shopperCountry property

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

Country of the shopper.

Implementation

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