nameLocation property

  1. @BuiltValueField.new(wireName: r'nameLocation')
NameLocation? get nameLocation

Contains the name and location of the merchant.

Implementation

@BuiltValueField(wireName: r'nameLocation')
NameLocation? get nameLocation;