notifiable_iterables
notifiable_set
NotifiableSet
<
E
>
contains method
contains
contains
method
Null safety
@override
bool
contains
(
Object?
E
)
Whether
value
is in the set.
Implementation
@override bool contains(Object? E) => _values.contains(E);
notifiable_iterables
notifiable_set
NotifiableSet
<
E
>
contains method
NotifiableSet class
Constructors
NotifiableSet
from
of
Properties
first
hashCode
hasListeners
isEmpty
isNotEmpty
iterator
last
length
propagateNotification
runtimeType
single
Methods
add
addAll
addListener
any
asMap
asNotifiableMap
cast
clear
contains
containsAll
difference
dispose
elementAt
every
expand
firstWhere
fold
followedBy
forEach
indexOf
indexWhere
insert
intersection
join
lastWhere
lookup
map
noSuchMethod
notifyListeners
reduce
remove
removeAll
removeListener
removeWhere
replace
retainAll
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toNotifiableList
toNotifiableSet
toSet
toString
union
update
where
whereType
Operators
operator +
operator ==
operator []
operator []=