RegisterDevice constructor

RegisterDevice(
  1. String? studyDeploymentId,
  2. String deviceRoleName,
  3. DeviceRegistration registration
)

Implementation

RegisterDevice(
  super.studyDeploymentId,
  this.deviceRoleName,
  this.registration,
);