TaycanProjectFile constructor

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

Implementation

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