CaptureHelperDevice constructor
CaptureHelperDevice({})
Creates a CaptureHelperDevice.
Called automatically by CaptureHelper — do not instantiate directly.
Implementation
CaptureHelperDevice({
required this.name,
required this.guid,
required this.type,
required this.handle,
required Capture capture,
}) : _devCapture = capture;