contains method

bool contains(
  1. Object object
)

Implementation

bool contains(Object object) => _list.contains(object);