notes property

  1. @JsonKey.new(name: 'notes', defaultValue: <EventNote>[])
List<EventNote>? notes
final

Implementation

@JsonKey(name: 'notes', defaultValue: <EventNote>[])
final List<EventNote>? notes;