notEquals method

WhereCondition notEquals(
  1. T value
)

Implementation

WhereCondition notEquals(T value) =>
    WhereCondition(toString(), '!=', value, sourceColumn: this);