D4rtTester constructor
D4rtTester({})
Implementation
D4rtTester({
required this.projectPath,
this.defaultTimeout = const Duration(seconds: 3),
this.runnerExecutable = 'd4rtrun.b',
this.compiledBinaryName = 'd4',
});