city property

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

The name of the city. Supported characters: a-z A-Z 0-9 . - — / # , ’ ° ( ) : ; & \ | and Space. > Required when the category is card.

Implementation

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