codMethod property
- @JsonKey(name: 'cod_method', toJson: codMethodToJson, fromJson: codMethodFromJson, includeIfNull: false)
getter/setter pair
Implementation
@JsonKey(
name: 'cod_method',
toJson: codMethodToJson,
fromJson: codMethodFromJson,
includeIfNull: false)
late CodMethod? codMethod;