TaskWithPort<R> class

Inheritance
Implemented types

Constructors

TaskWithPort({required String id, required Completer<R> completer, required WorkPriority workPriority = WorkPriority.high, required ExecuteWithPort<R> execution, required void onMessage(Object value)})

Properties

completer Completer<R>
finalinherited
execution ExecuteWithPort<R>
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
onMessage → void Function(Object value)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workPriority WorkPriority
finalinherited

Methods

compareTo(covariant Task other) int
Compares this object to another object.
inherited
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 ==(covariant Task other) bool
The equality operator.
inherited