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