menu
serverpod_auth_server package
documentation
module.dart
EmailReset
copyWith abstract method
copyWith abstract method
dark_mode
light_mode
copyWith
abstract method
EmailReset
copyWith
(
{
int
?
id
,
int
?
userId
,
String
?
verificationCode
,
DateTime
?
expiration
,
})
Implementation
EmailReset copyWith({ int? id, int? userId, String? verificationCode, DateTime? expiration, });
serverpod_auth_server package
documentation
module
EmailReset
copyWith abstract method
EmailReset class