menu
dartkit2 package
documentation
dartkit.dart
DkIterableOtherExt<E>
lastIndex property
lastIndex property
dark_mode
light_mode
lastIndex
property
int
get
lastIndex
返回列表最后位置的索引
Implementation
int get lastIndex => length - 1;
dartkit2 package
documentation
dartkit
DkIterableOtherExt<E>
lastIndex property
DkIterableOtherExt extension on
Iterable
<
E
>