notes property

  1. @JsonKey.new(name: 'Notes', includeIfNull: false)
String? notes
final

Implementation

@JsonKey(name: 'Notes', includeIfNull: false)
final String? notes;