lastIndex property

int get lastIndex

Last index of list

Implementation

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