type property

  1. @JsonKey.new(name: 'type', toJson: crewContactTypeToJson, fromJson: crewContactTypeFromJson)
CrewContactType? type
final

Implementation

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