video_player
dart:math
Point
method toString
toString
class Point
Constructors
Point
Properties
hashCode
magnitude
x
y
runtimeType
Methods
distanceTo
squaredDistanceTo
toString
noSuchMethod
Operators
operator *
operator +
operator -
operator ==
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => 'Point($x, $y)';
method toString