Dart
dart:collection
SetMixin
<
E
>
contains abstract method
description
contains method
bool
contains
(
Object
element
)
override
Returns true if
value
is in the set.
Implementation
bool
contains(
Object
element);