menu
supa_architecture package
documentation
blocs/authentication/authentication_bloc.dart
AuthenticationErrorState
AuthenticationErrorState const constructor
AuthenticationErrorState const constructor
dark_mode
light_mode
AuthenticationErrorState
constructor
const
AuthenticationErrorState
(
{
required
String
title
,
required
String
message
,
Object
?
error
,
})
Implementation
const AuthenticationErrorState({ required this.title, required this.message, this.error, });
supa_architecture package
documentation
blocs/authentication/authentication_bloc
AuthenticationErrorState
AuthenticationErrorState const constructor
AuthenticationErrorState class