shopperName property

  1. @BuiltValueField.new(wireName: r'shopperName')
ShopperName? get shopperName

The shopper's full name.

Implementation

@BuiltValueField(wireName: r'shopperName')
ShopperName? get shopperName;