Pathxp constructor

Pathxp(
  1. String expression
)

Like regular expressions but for defining paths in a grid

Implementation

Pathxp(this.expression);