Path constructor

Path(
  1. String path
)

Implementation

Path(this.path) {
  _parse();
}