QuickWorker class
Constructors
- QuickWorker.new(dynamic work(dynamic params, dynamic setStatus(dynamic)), dynamic key, {dynamic status})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ dynamic
-
getter/setter pair
- work ↔ dynamic Function(dynamic params, dynamic setStatus(dynamic))
-
getter/setter pair
Methods
-
call(
{dynamic params}) → QuickWorker -
kill(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited