menu
youui package
documentation
account/auth.dart
UserAuthResponse
UserAuthResponse.new constructor
UserAuthResponse.new constructor
dark_mode
light_mode
UserAuthResponse
constructor
UserAuthResponse
(
{
bool
?
success
,
String
?
token
,
String
?
uid
,
})
Implementation
UserAuthResponse({ this.success, this.token, this.uid});
youui package
documentation
account/auth
UserAuthResponse
UserAuthResponse.new constructor
UserAuthResponse class