notEquals method

void notEquals(
  1. T value
)

Implementation

void notEquals(T value) {
  _change('!=', value);
}