populateAll method
Populate multiple relationship fields
Implementation
QueryBuilder populateAll(List<String> fields) {
_populate.addAll(fields);
return this;
}
Populate multiple relationship fields
QueryBuilder populateAll(List<String> fields) {
_populate.addAll(fields);
return this;
}