toMatchPosition method

MatchPosition toMatchPosition()

Implementation

MatchPosition toMatchPosition() {
  return MatchPosition(
      leftRatio: leftRatio,
      topRatio: topRatio,
      rightRatio: rightRatio,
      bottomRatio: bottomRatio);
}