FinderPattern constructor
Implementation
FinderPattern(this._value, this._startEnd, int start, int end, int rowNumber)
: _resultPoints = [
ResultPoint(start.toDouble(), rowNumber.toDouble()),
ResultPoint(end.toDouble(), rowNumber.toDouble())
];