ExecutionLaunchDataParams constructor

ExecutionLaunchDataParams(
  1. String file, {
  2. ExecutableKind? kind,
  3. List<String>? referencedFiles,
})

Implementation

ExecutionLaunchDataParams(this.file, {this.kind, this.referencedFiles});