shopperEmail property

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

the email address of the person

Implementation

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