menu
kt_utils package
documentation
list_kt.dart
ListKt extension
ListKt extension
dark_mode
light_mode
ListKt<
T
>
extension
on
Iterable
<
T
>
Properties
lastIndex
→
int
Last index of list
no setter
Methods
count
(
bool
func
(
T
e
)
)
→
int
Return count of the given item
forEachIndexed
(
void
action
(
int
index
,
T
element
)
)
→ void
forEach with index
random
(
)
→ T
Return random object
kt_utils package
documentation
list_kt
ListKt extension
list_kt library