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