city property

  1. @BuiltValueField.new(wireName: r'city')
String? get city

The name of the city. Required if the houseNumberOrName, street, postalCode, or stateOrProvince are provided.

Implementation

@BuiltValueField(wireName: r'city')
String? get city;