end property - IndexError class - dart:core library (original) (raw)

description

int getend

override

The maximum value that value is allowed to assume.

Implementation

int get end => length - 1;