LicenseFile constructor

LicenseFile(
  1. String path,
  2. String name, {
  3. String? version,
})

Implementation

LicenseFile(this.path, this.name, {this.version});