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