state property

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

Implementation

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