json_serializable.dart icon indicating copy to clipboard operation
json_serializable.dart copied to clipboard

Warn on ignored annotations...

Open kevmoo opened this issue 7 years ago • 0 comments

Depending on JsonSerializable createToJson and createFactory - some annotations may be just ignored.

Might be nice to warn about them

Fields that only apply if generating toJson

  • JsonSerializable
    • includeIfNull
  • JsonKey
    • toJson
    • includeIfNull

Fields that only apply if generating fromJson

  • JsonSerializable
    • disallowUnrecognizedKeys
  • JsonKey
    • fromJson
    • defaultValue
    • disallowNullvalue
    • required

kevmoo avatar Jun 06 '18 19:06 kevmoo