shopperEmail property

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

Email of the shopper.

Implementation

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