MetroProjectFile constructor

MetroProjectFile(
  1. String name, {
  2. String? creationPath,
})

Implementation

MetroProjectFile(this.name, {this.creationPath});