UserTaskSnapshot constructor

UserTaskSnapshot(
  1. String id,
  2. AppTask task,
  3. UserTaskState state,
  4. DateTime enqueued,
  5. DateTime triggerTime,
  6. bool hasNotificationBeenCreated,
  7. String? studyDeploymentId,
  8. String? deviceRoleName,
)

Implementation

UserTaskSnapshot(
  this.id,
  this.task,
  this.state,
  this.enqueued,
  this.triggerTime,
  this.hasNotificationBeenCreated,
  this.studyDeploymentId,
  this.deviceRoleName,
) : super();