shirtSize property

  1. @JsonKey(name: 'shirt_size', toJson: crewShirtSizeToJson, fromJson: crewShirtSizeFromJson)
CrewShirtSize? shirtSize
final

Implementation

@JsonKey(
    name: 'shirt_size',
    toJson: crewShirtSizeToJson,
    fromJson: crewShirtSizeFromJson)
final enums.CrewShirtSize? shirtSize;