shopperName property

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

The shopper's full name.

Implementation

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