equalsCoords method

  1. @override
bool equalsCoords(
  1. covariant Position other
)
override

True if this and the other position equals.

Implementation

@override
bool equalsCoords(Position other) => this == other;