AsyncNode class Null safety

AsyncNode

single node in the queue that contain an async job

Constructors

AsyncNode({required AsyncJob job, required String label, String? description, int maxRetry = 1})

Properties

description String?
final
hashCode int
The hash code for this object.
read-only, inherited
info JobInfo
read-only
label String
final
maxRetry int
final
next AsyncNode?
read / write
retryCount int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
state JobState
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
run() Future
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited