codMethod property

  1. @JsonKey(name: 'cod_method', toJson: codMethodToJson, fromJson: codMethodFromJson, includeIfNull: false)
CodMethod? codMethod
getter/setter pair

Implementation

@JsonKey(
    name: 'cod_method',
    toJson: codMethodToJson,
    fromJson: codMethodFromJson,
    includeIfNull: false)
late CodMethod? codMethod;