email property
Implementation
@JsonKey(name: 'contacts') Contact? get primaryContact;@JsonKey(name: 'secondaryContacts') List<Contact> get secondaryContacts;@JsonKey(name: 'email') String get email;
@JsonKey(name: 'contacts') Contact? get primaryContact;@JsonKey(name: 'secondaryContacts') List<Contact> get secondaryContacts;@JsonKey(name: 'email') String get email;