PathId constructor

PathId(
  1. String path,
  2. bool asset, {
  3. bool cantFound = false,
})

Implementation

PathId(this.path, this.asset, {this.cantFound = false});