quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

[FEATURE]: Optional Parameters in Dart

Open jonathanjohn47 opened this issue 1 year ago • 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

jonathanjohn47 avatar May 29 '24 13:05 jonathanjohn47