menu
fast_app_base package
documentation
common/dart/kotlin_style/kotlin_collections.dart
$KotlinCollection<E>
lastIndex property
lastIndex property
dark_mode
light_mode
lastIndex
property
int
get
lastIndex
Implementation
int get lastIndex => length - 1;
fast_app_base package
documentation
common/dart/kotlin_style/kotlin_collections
$KotlinCollection<E>
lastIndex property
$KotlinCollection extension on
Iterable
<
E
>