contains method Null safety

bool contains (
  1. Object? element
)
override

Returns true if value is in the set.

Implementation

bool contains(Object? element);