email property

String? email

The users email address.

Will be null if signing in anonymously.

Implementation

String? get email {
  return _data.email;
}