fromCountry property

  1. @JsonKey.new(name: 'FromCountry', includeIfNull: false)
String? fromCountry
final

Implementation

@JsonKey(name: 'FromCountry', includeIfNull: false)
final String? fromCountry;