lastIndex property

int lastIndex

最后一个索引

Implementation

int get lastIndex {
  return length - 1;
}