isIn method

bool isIn(
  1. Iterable x
)

Implementation

bool isIn(Iterable<dynamic> x) => x.contains(this);