getLast method

int getLast()

Returns the last index in this outline

Implementation

int getLast() => outlines.length - 1;