contains method

bool contains(
  1. Object? element
)

Implementation

bool contains(Object? element) => value.contains(element);