ExecutionLaunchDataParams constructor
ExecutionLaunchDataParams(
- String file, {
- ExecutableKind? kind,
- List<
String> ? referencedFiles,
Implementation
ExecutionLaunchDataParams(this.file, {this.kind, this.referencedFiles});