addressCity property

  1. @JsonKey.new(name: "address_city")
String? get addressCity
inherited

City/District/Suburb/Town/Village.

Implementation

@JsonKey(name: "address_line2") String? get addressLine2;/// City/District/Suburb/Town/Village.
@JsonKey(name: "address_city") String? get addressCity;