posAtEnd property

int get posAtEnd

Get the position at the end of this view.

Implementation

int get posAtEnd {
  return posAtStart + length;
}