menu
func_dart_core
list
ImmutableList
<
T
>
toSet method
toSet
brightness_4
brightness_5
toSet
method
@
override
Set
<
T
>
toSet
(
)
override
Returns a set representation of the iterable.
Implementation
@override Set<T> toSet() => _items.toSet();
func_dart_core
list
ImmutableList
<
T
>
toSet method
ImmutableList class
Constructors
ImmutableList
Properties
first
hashCode
isEmpty
isNotEmpty
items
iterator
last
length
runtimeType
single
Methods
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==