country property
- @JsonParameter(Necessity.optional, ['address', "country"])
getter/setter pair
Implementation
@JsonParameter(Necessity.optional, ['address', "country"])
String? country;
@JsonParameter(Necessity.optional, ['address', "country"])
String? country;