menu
arcane package
documentation
arcane.dart
TIterable<T>
lastIndex property
lastIndex property
dark_mode
light_mode
lastIndex
property
int
get
lastIndex
Returns the last index of the iterable.
Implementation
int get lastIndex => length - 1;
arcane package
documentation
arcane
TIterable<T>
lastIndex property
TIterable extension on
Iterable
<
T
>