Point class
2-dimensional point
Constructors
- Point([num x = 0, num y = 0])
- Point.from(Point other)
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator *(double s) → Point 
- 
  operator +(Point rhs) → Point 
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override