whereNone abstract method

QueryBuilderInterface<T> whereNone(
  1. Map<String, dynamic> conditions
)

Matches NONE of the conditions

Implementation

QueryBuilderInterface<T> whereNone(Map<String, dynamic> conditions);