ProfileUserInfo class

Constructors

ProfileUserInfo({required String email, required String id})
ProfileUserInfo.fromJS(ProfileUserInfo _wrapped)

Properties

email String
An email address for the user account signed into the current profile. Empty if the user is not signed in or the identity.email manifest permission is not specified.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
A unique identifier for the account. This ID will not change for the lifetime of the account. Empty if the user is not signed in or (in M41+) the identity.email manifest permission is not specified.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → ProfileUserInfo
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited