whereAll abstract method

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

Matches ALL of the conditions

Implementation

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