USBIsolateCommand constructor

USBIsolateCommand(
  1. SendPort responsePort,
  2. USBDeviceCommand command,
  3. Uint8List? buffer,
  4. int? timeout,
)

Implementation

USBIsolateCommand(this.responsePort, this.command, this.buffer, this.timeout);