city property

String city

Implementation

String get city =>
    placeAddressComponent(this, "locality",
        orType: "administrative_area_level_2") ??
    "";