posAtEnd property
int
get
posAtEnd
Get the position at the end of this view.
Implementation
int get posAtEnd {
return posAtStart + length;
}
Get the position at the end of this view.
int get posAtEnd {
return posAtStart + length;
}