toQuery method

Map<String, Object> toQuery()

Implementation

Map<String, Object> toQuery() {
  return {'indexes': indexes};
}