country property

  1. @JsonKey.new(includeIfNull: false)
String? country
final

The country reported by the client

Implementation

@JsonKey(includeIfNull: false)
final String? country;