whereNotLike abstract method

QueryBuilder whereNotLike(
  1. String column,
  2. dynamic value, {
  3. bool caseSensitive = false,
  4. String boolean = 'and',
})

Implementation

QueryBuilder whereNotLike(
  String column,
  dynamic value, {
  bool caseSensitive = false,
  String boolean = 'and',
});