toVector2Rect method

Vector2Rect toVector2Rect()

Implementation

Vector2Rect toVector2Rect() {
  return Vector2Rect.fromRect(this);
}