UserMetadata class

User metadata class that provides metadata information like user account creation and last sign in time.

Properties

creationTime DateTime
The date the user was created
no setter
hashCode int
The hash code for this object.
no setterinherited
lastRefreshTime DateTime?
The time at which the user was last active (ID token refreshed).
no setter
lastSignInTime DateTime?
The date the user last signed in, formatted as a UTC string.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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