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