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