DartPackageIoCompiledExe constructor

DartPackageIoCompiledExe(
  1. String path,
  2. Version? version
)

Compile exe info

Implementation

DartPackageIoCompiledExe(this.path, this.version);