notes property

List<Note> notes
@JsonKey(defaultValue: const []), read / write

Notes (iOS supports only one, Android allows multiple notes)

Implementation

@JsonKey(defaultValue: [])
List<Note> notes;