MetroProjectFile constructor

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

Implementation

MetroProjectFile(String name, {this.creationPath}) : this.name = name;