distanceSq method

num distanceSq()

Implementation

num distanceSq() {
  return start.distanceToSquared(end);
}