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