lastKnownShopperEmail property

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

The most recent email for this shopper (if available).

Implementation

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