end property - IndexError class - dart:core library (original) (raw)
int getend
override
The maximum value that value is allowed to assume.
Implementation
int get end => length - 1;
int getend
override
The maximum value that value is allowed to assume.
int get end => length - 1;