lastIndex property

int lastIndex

Last index of list

Implementation

int get lastIndex {
  return this.length - 1;
}