menu
auth_management package
documentation
models/auth_response.dart
AuthResponse<T extends Auth<AuthKeys>>
AuthResponse.message const constructor
AuthResponse.message const constructor
dark_mode
light_mode
AuthResponse<
T extends Auth<
AuthKeys
>
>.message
constructor
const
AuthResponse<
T extends Auth<
AuthKeys
>
>.message
(
String
msg
, {
AuthType
?
type
,
})
Implementation
const AuthResponse.message(String msg, {AuthType? type}) : this._(msg: msg, type: type);
auth_management package
documentation
models/auth_response
AuthResponse<T extends Auth<AuthKeys>>
AuthResponse.message const constructor
AuthResponse class