PigeonUserInfo class

Constructors

PigeonUserInfo({required String uid, String? email, String? displayName, String? photoUrl, String? phoneNumber, required bool isAnonymous, required bool isEmailVerified, String? providerId, String? tenantId, String? refreshToken, int? creationTimestamp, int? lastSignInTimestamp})

Properties

creationTimestamp int?
getter/setter pair
displayName String?
getter/setter pair
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAnonymous bool
getter/setter pair
isEmailVerified bool
getter/setter pair
lastSignInTimestamp int?
getter/setter pair
phoneNumber String?
getter/setter pair
photoUrl String?
getter/setter pair
providerId String?
getter/setter pair
refreshToken String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String?
getter/setter pair
uid String
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object result) PigeonUserInfo