StatusEvent constructor

StatusEvent({
  1. String? description,
  2. String? eventTime,
  3. TaskExecution? taskExecution,
  4. String? taskState,
  5. String? type,
})

Implementation

StatusEvent({
  this.description,
  this.eventTime,
  this.taskExecution,
  this.taskState,
  this.type,
});