UserIdentity class

Constructors

UserIdentity({required String id, required String userId, required Map<String, dynamic>? identityData, required String identityId, required String provider, required String? createdAt, required String? lastSignInAt, String? updatedAt})
const
UserIdentity.fromMap(Map<String, dynamic> map)
factory

Properties

createdAt String?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
identityData Map<String, dynamic>?
final
identityId String
final
lastSignInAt String?
final
provider String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String?
final
userId String
final

Methods

copyWith({String? id, String? userId, Map<String, dynamic>? identityData, String? identityId, String? provider, String? createdAt, String? lastSignInAt, String? updatedAt}) UserIdentity
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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