AuthUserModel class

Available Extensions

Constructors

AuthUserModel({required AuthToken authToken, required AuthProfile profile, required String hashedUserId, required String accountType})

Properties

accountType String
final
authToken AuthToken
final
hashCode int
The hash code for this object.
no setterinherited
hashedUserId String
final
profile AuthProfile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({AuthToken? authToken, AuthProfile? profile, String? hashedUserId, String? accountType}) AuthUserModel
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