city property

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

The name of the city. Maximum length: 3000 characters.

Implementation

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