city property

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

The name of the city.

Implementation

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