AGCUserExtra class

Extra information about a user.

Constructors

AGCUserExtra(String? _createTime, String? _lastSignInTime)
AGCUserExtra.fromMap(Map map)

Properties

createTime String?
Obtains the time when a user is created.
no setter
hashCode int
The hash code for this object.
no setterinherited
lastSignInTime String?
Obtains the time of a user's last sign-in.
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
toString() String
A string representation of this object.
inherited

Operators

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