notEq method

CollQLFilter notEq(
  1. dynamic value
)

Implementation

CollQLFilter notEq(dynamic value) => where(this).notEq(value);