LongTaskStatus constructor
LongTaskStatus({})
Implementation
LongTaskStatus(
{this.ari,
required this.id,
required this.name,
required this.elapsedTime,
required this.percentageComplete,
required this.successful,
required this.finished,
required this.messages,
this.status,
List<Message>? errors,
this.additionalDetails})
: errors = errors ?? [];