getEnd method

  1. @override
Offset getEnd()
override

Gets the end point of this segment.

Implementation

@override
Offset getEnd() {
  throw UnsupportedError('Close segment should not call this method.');
}