setAll method

QueryBuilder setAll(
  1. Map<String, dynamic> fieldsAndValues
)

Implementation

QueryBuilder setAll(Map<String, dynamic> fieldsAndValues) {
  throw UnsupportedOperationException('`setAll` not implemented');
}