notEquals method

void notEquals(
  1. bool value
)

Implementation

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