Coordinate class
Constructors
- Coordinate({@required int x, @required int y})
-
const
Properties
Methods
-
distance(
Coordinate c) → dynamic -
maxDistance(
{int maxX, int maxY}) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited