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