contains method

bool contains(
  1. covariant T? element
)

Implementation

bool contains(covariant T? element) => iter.contains(element);