setY method

  1. @override
Point setY(
  1. num y
)
override

Sets the Y coordinate.

Implementation

@override
Point setY(num y) => Point(x, y);