contacts property

  1. @JsonKey(name: 'contacts', defaultValue: <CrewContact>[])
List<CrewContact>? contacts
final

Implementation

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