menu
kt_dart package
documentation
collection.dart
IterableInterop<T>
toImmutableList method
toImmutableList method
dark_mode
light_mode
toImmutableList
method
KtList
<
T
>
toImmutableList
(
)
Converts the
Iterable
to a truly immutable
KtList
Implementation
KtList<T> toImmutableList() => KtList.from(this);
kt_dart package
documentation
collection
IterableInterop<T>
toImmutableList method
IterableInterop extension on
Iterable
<
T
>