QjsProcessRuntime constructor

QjsProcessRuntime({
  1. Duration startTimeout = const Duration(seconds: 30),
  2. String? binary,
})

Implementation

QjsProcessRuntime({
  this.startTimeout = const Duration(seconds: 30),
  String? binary,
}) : _binaryOverride = binary;