JobInfo class Null safety

Show info of the a job

this info can be obtain by calling AsyncQueue.list or AsyncQueue.getJobInfo

Constructors

JobInfo({required String label, String? description, required JobState state, required int retryCount, required int maxRetry})

Properties

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

Methods

copyWith({String? label, String? description, JobState? state, int? retryCount, int? maxRetry}) JobInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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