expand method
Implementation
Query<T> expand(ExpandQueryField expandQueryField) {
_expand = {..._expand, expandQueryField}.toList();
return this;
}
Query<T> expand(ExpandQueryField expandQueryField) {
_expand = {..._expand, expandQueryField}.toList();
return this;
}