CaptureConnection.withoutCreate constructor
- @ReferenceConstructor(ignore: true)
- List<
CaptureInputPort> inputPorts, - CaptureOutput output
Constructs a Dart CaptureConnection without creating the Objective-C object.
Implementation
@ReferenceConstructor(ignore: true)
CaptureConnection.withoutCreate(this.inputPorts, this.output);