country property

String country
@JsonKey(defaultValue: ""), read / write

Country as a free-form text (e.g. "France").

Implementation

@JsonKey(defaultValue: "")
String country;