ThreadTaskModel class
Model representing a task to be processed in a separate thread.
Constructors
-
ThreadTaskModel({required String taskId, required Completer<
Uint8List?> bytes$, required String threadId}) - Constructor for creating a ThreadTaskModel instance.
Properties
-
bytes$
→ Completer<
Uint8List?> -
Completer for handling asynchronous byte data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskId → String
-
Unique identifier for the task.
final
- threadId → String
-
Identifier for the thread handling this task.
final
Methods
-
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