ReportWorkItemStatusRequest constructor

ReportWorkItemStatusRequest({
  1. String? currentWorkerTime,
  2. String? location,
  3. Map<String, Object?>? unifiedWorkerRequest,
  4. List<WorkItemStatus>? workItemStatuses,
  5. String? workerId,
})

Implementation

ReportWorkItemStatusRequest({
  this.currentWorkerTime,
  this.location,
  this.unifiedWorkerRequest,
  this.workItemStatuses,
  this.workerId,
});