menu
event_bus_arch package
documentation
event_bus_arch.dart
Command<T> class
Command<T> class
dark_mode
light_mode
Command<
T
>
class
abstract
Implementers
CommandImpl
Constructors
Command
(
EventBus
busBinded
, {
String
?
path
,
int
maxLen
=
10
})
factory
Properties
bindedBus
→
EventBus
no setter
hashCode
→
int
The hash code for this object.
no setter
inherited
lastCall
→ (
T
,
String
?
,
Map
<
String
,
String
>
?
)?
no setter
path
→
String
?
no setter
queueLenght
→
int
no setter
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
execute
(
T
data
, {
String
?
fragment
,
Map
<
String
,
String
>
?
arguments
})
→
Future
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString
(
)
→
String
A string representation of this object.
inherited
undo
(
)
→
Future
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
event_bus_arch package
documentation
event_bus_arch
Command<T> class
event_arch library