contains method

bool contains(
  1. T item
)

Implementation

bool contains(T item) => value.contains(item);