ExecutableFile constructor

ExecutableFile(
  1. String file,
  2. String kind
)

Implementation

ExecutableFile(this.file, this.kind);