glideapps/quicktype

[FEATURE]: Optional Parameters in Dart

jonathanjohn47 opened this issue · 0 comments

Currently, there doesn't seem a direct way to mark particular fields as optional fields (especially when converting from JSON to Dart). Please include a feature by which we can selectively mark certain fields optional. Currently, the only option in Dart we have is to make all properties optional, which is not desirable in all cases.

Thanks