restrictionType property

  1. @JsonKey(name: 'restriction_type', fromJson: CustomsRestrictionType.fromString, toJson: CustomsRestrictionType.asString)
CustomsRestrictionType? restrictionType
final

Implementation

@JsonKey(
    name: 'restriction_type',
    fromJson: CustomsRestrictionType.fromString,
    toJson: CustomsRestrictionType.asString)
final CustomsRestrictionType? restrictionType;