email property

  1. @JsonKey.new(defaultValue: '')
String get email
inherited

Nullable on the Storefront API; empty string when absent.

Implementation

String get id;/// Nullable on the Storefront API; empty string when absent.
@JsonKey(defaultValue: '') String get email;