fluttercandies / FlutterJsonBeanFactory

What I do is generate dart beans based on json, as well as generics parameters and json build instances
Apache License 2.0
565 stars 56 forks source link

For dynamic type ? operator is added in generated code #129

Closed ghost closed 1 year ago

ghost commented 1 year ago

Since dynamic by default accepts null i think we don't need explicitly specify that it can be null.