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