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, Object? extra})

Properties

description String?
description
final
extra Object?
extra data
read / write
hashCode int
The hash code for this object.
read-only, inherited
info JobInfo
read-only
label String
unique label of the job
final
maxRetry int
limit of retry time
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