ShowPosition constructor

ShowPosition(
  1. String input,
  2. String matched,
  3. String match
)

Implementation

ShowPosition(this.input, this.matched, this.match);