CameraMacOSDevice constructor
CameraMacOSDevice({
- required String deviceId,
- String? manufacturer,
- CameraMacOSDeviceType deviceType = CameraMacOSDeviceType.unknown,
- String? localizedName,
Implementation
CameraMacOSDevice({
required this.deviceId,
this.manufacturer,
this.deviceType = CameraMacOSDeviceType.unknown,
this.localizedName,
});