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