incoterm property

  1. @JsonKey(name: 'incoterm', toJson: incotermTypeToJson, fromJson: incotermTypeFromJson)
IncotermType? incoterm
getter/setter pair

Implementation

@JsonKey(
    name: 'incoterm',
    toJson: incotermTypeToJson,
    fromJson: incotermTypeFromJson)
late IncotermType? incoterm;