menu
serverpod_auth_server 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_server package
documentation
module
EmailAuth
copyWith abstract method
EmailAuth class