NewDeviceEvent constructor

NewDeviceEvent({
  1. String? deviceId,
  2. String? dpcPackageName,
  3. String? managementType,
  4. String? userId,
})

Implementation

NewDeviceEvent({
  this.deviceId,
  this.dpcPackageName,
  this.managementType,
  this.userId,
});