country property

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

Implementation

@JsonParameter(Necessity.optional, ['address', "country"])
String? country;