ajwah_bloc
ajwah_bloc
Action
<
T
>
Action constructor
Action
ajwah_bloc
ajwah_bloc
Action
<
T
>
Action constructor
Action class
Constructors
Action
Properties
payload
type
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Action<
T
>
constructor
Action<
T
>
(
{
String
type
,
T
payload
})
Implementation
Action({this.type, this.payload});