TaskStatusUpdate constructor

const TaskStatusUpdate(
  1. Task task,
  2. TaskStatus status, [
  3. TaskException? exception,
  4. String? responseBody,
  5. Map<String, String>? responseHeaders,
  6. int? responseStatusCode,
  7. String? mimeType,
  8. String? charSet,
])

Implementation

const TaskStatusUpdate(super.task, this.status,
    [this.exception,
    this.responseBody,
    this.responseHeaders,
    this.responseStatusCode,
    this.mimeType,
    this.charSet]);