city property
The name of the city. Required if the houseNumberOrName, street, postalCode, or stateOrProvince are provided.
Implementation
@BuiltValueField(wireName: r'city')
String? get city;
The name of the city. Required if the houseNumberOrName, street, postalCode, or stateOrProvince are provided.
@BuiltValueField(wireName: r'city')
String? get city;