type property
- @JsonKey.new(name: 'type', toJson: crewContactTypeToJson, fromJson: crewContactTypeFromJson)
final
Implementation
@JsonKey(
name: 'type',
toJson: crewContactTypeToJson,
fromJson: crewContactTypeFromJson)
final enums.CrewContactType? type;