StudyDeploymentStatus constructor
StudyDeploymentStatus({
- required String studyDeploymentId,
- List<
DeviceDeploymentStatus> deviceStatusList = const [],
Implementation
StudyDeploymentStatus({
required this.studyDeploymentId,
this.deviceStatusList = const [],
}) : super() {
createdOn = DateTime.now();
}