CameraMacOSDevice constructor

CameraMacOSDevice({
  1. required String deviceId,
  2. String? manufacturer,
  3. CameraMacOSDeviceType deviceType = CameraMacOSDeviceType.unknown,
  4. String? localizedName,
})

Implementation

CameraMacOSDevice({
  required this.deviceId,
  this.manufacturer,
  this.deviceType = CameraMacOSDeviceType.unknown,
  this.localizedName,
});