gms_check
dart:collection
UnmodifiableSetView
<
E
>
add method
add
gms_check
dart:collection
UnmodifiableSetView
<
E
>
add method
UnmodifiableSetView class
Constructors
UnmodifiableSetView
Properties
iterator
length
first
hashCode
isEmpty
isNotEmpty
last
runtimeType
single
Methods
contains
lookup
toSet
add
addAll
any
cast
clear
containsAll
difference
elementAt
every
expand
firstWhere
fold
followedBy
forEach
intersection
join
lastWhere
map
noSuchMethod
reduce
remove
removeAll
removeWhere
retainAll
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toString
union
where
whereType
Operators
operator ==
add
method
bool
add
(
E
value
)
inherited
This operation is not supported by an unmodifiable set.
Implementation
bool add(E value) => _throwUnmodifiable();