AsyncNode constructor Null safety
Implementation
AsyncNode({
required AsyncJob job,
required this.label,
this.description,
this.maxRetry = 1,
}) : _job = job;
AsyncNode({
required AsyncJob job,
required this.label,
this.description,
this.maxRetry = 1,
}) : _job = job;