contains method Null safety

bool contains(
  1. Object? value
)
override

Whether value is in the set.

Implementation

bool contains(Object? value);