PathPair constructor

PathPair(
  1. String x1,
  2. String x2
)

Implementation

PathPair(this.x1, this.x2);