CameraMacOSArguments constructor
CameraMacOSArguments({
- int? textureId,
- required Size size,
- List<
CameraMacOSDevice> ? devices,
Create a CameraMacOSArguments.
Implementation
CameraMacOSArguments({
this.textureId,
required this.size,
this.devices,
});