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