quicktype
quicktype copied to clipboard
Dart: please consider using the new required keyword instead of the @required annotation when making all properties required
Per the FAQ https://dart.dev/null-safety/faq#how-does-required-compare-to-the-new-required-keyword
Duplicate of #1673