expand method

ExpandQueryField expand(
  1. ExpandQueryField expandQueryField
)

Implementation

ExpandQueryField expand(ExpandQueryField expandQueryField) {
  _expand = [..._expand, expandQueryField];

  return this;
}