orWhereNotLike abstract method

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

Implementation

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