notEquals method

void notEquals(
  1. String value
)

Implementation

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