menu
serverpod_auth_client package
documentation
module.dart
EmailAuth
copyWith abstract method
copyWith abstract method
dark_mode
light_mode
copyWith
abstract method
EmailAuth
copyWith
(
{
int
?
id
,
int
?
userId
,
String
?
email
,
String
?
hash
,
})
Implementation
EmailAuth copyWith({
int?
id,
int?
userId,
String?
email,
String?
hash, });
serverpod_auth_client package
documentation
module
EmailAuth
copyWith abstract method
EmailAuth class
Constructors
new
fromJson
Properties
email
hash
hashCode
id
runtimeType
userId
Methods
allToJson
copyWith
noSuchMethod
toJson
toString
Operators
operator ==