CameraMacOSArguments constructor

CameraMacOSArguments({
  1. int? textureId,
  2. required Size size,
  3. List<CameraMacOSDevice>? devices,
})

Implementation

CameraMacOSArguments({
  this.textureId,
  required this.size,
  this.devices,
});