contains method

void contains(
  1. T value
)

Implementation

void contains(T value) {
  _change('@>', value);
}