menu
tbloc package
documentation
core/events/bloc_event.dart
BlocEvent<T, P>
BlocEvent const constructor
BlocEvent const constructor
dark_mode
light_mode
BlocEvent<
T
,
P
>
constructor
const
BlocEvent<
T
,
P
>
(
{
P?
payload
,
Object
?
error
,
T?
type
,
bool
forceBuild
=
false
,
})
Implementation
const BlocEvent({ this.payload, this.error, this.type, this.forceBuild = false, });
tbloc package
documentation
core/events/bloc_event
BlocEvent<T, P>
BlocEvent const constructor
BlocEvent class