Dart SDK
dart:core
Set
contains
contains
Dart SDK
dart:core
Set
contains
abstract method
contains
Source
Dart SDK
dart:core
Set
Constructors
Set
from
identity
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Operators
operator ==
Methods
add
addAll
any
clear
contains
containsAll
difference
elementAt
every
expand
firstWhere
fold
forEach
intersection
join
lastWhere
lookup
map
noSuchMethod
reduce
remove
removeAll
removeWhere
retainAll
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
union
where
bool
contains
(
Object
value
)
Returns true if
value
is in the set.
Source
bool contains(Object value);