email property
A case insensitive string that the account's email should match.
Only one of email
, phone_number
, or user_id
should be specified in a
SqlExpression. If more than one is specified, only the first (in that
order) will be applied.
Implementation
core.String? email;