UncompiledDart constructor

UncompiledDart(
  1. String file, {
  2. List<String>? dartArgs,
  3. List<String>? processArgs,
  4. String? cwd,
})

Implementation

UncompiledDart(this.file, {this.dartArgs, this.processArgs, this.cwd});