Dart
dart:collection
SetMixin
<
E
>
contains abstract method
contains
Dart
dart:collection
SetMixin
<
E
>
contains abstract method
SetMixin class
Constructors
SetMixin
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
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
union
where
whereType
Operators
operator ==
description
contains
method
Null safety
bool
contains
(
Object
?
element
)
override
Whether
value
is in the set.
Implementation
bool contains(Object? element);