city property

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

The city where the merchant is located.

Implementation

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