You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for creating the issue! This project is just a quick hack for creating classes for json, I don't really maintain it.
Given current state of thing, I'll probably deprecate this when macros are available in dart.
Current
The generated factories do not have the
void
type on the return and then linter may warn about itHow it currently generates factories:
Linter:
It looks to me that this becomes important after dart 2, since the type inference is stronger.
This is related to:
Expected
The generated factory has the void already there
The text was updated successfully, but these errors were encountered: