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