operator - method

Iterable<T> operator -(
  1. T other
)

Implementation

Iterable<T> operator -(T other) => where((element) => element != other);