StudyDeploymentStatus constructor

StudyDeploymentStatus({
  1. required String studyDeploymentId,
  2. List<DeviceDeploymentStatus> devicesStatus = const [],
})

Implementation

StudyDeploymentStatus({
  required this.studyDeploymentId,
  this.devicesStatus = const [],
}) : super();