Flutter
collection
UnmodifiableSetView
<
E
>
UnmodifiableSetView constructor
UnmodifiableSetView
UnmodifiableSetView class
Constructors
UnmodifiableSetView
empty
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Methods
add
addAll
any
cast
clear
contains
containsAll
difference
elementAt
every
expand
firstWhere
fold
followedBy
forEach
intersection
join
lastWhere
lookup
map
noSuchMethod
reduce
remove
removeAll
removeWhere
retainAll
retainWhere
retype
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
union
where
whereType
Operators
operator ==
UnmodifiableSetView<
E
> constructor
UnmodifiableSetView<
E
>
(
Set
<
E
>
setBase
)
Implementation
UnmodifiableSetView(Set<E> setBase) : super(setBase);