MyEventLine_c<T> class
Constructors
-
MyEventLine_c({required Future<
bool> onListen(T value)}) - 线性任务队列
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
T val) → Future< bool> - 返回是否触发执行
-
onRunEvent(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited