StrPos constructor

StrPos(
  1. int start,
  2. int end
)

Implementation

StrPos(this.start, this.end);