on method

void on(
  1. Query on
)

Implementation

void on(Query on) {
  ons.add(on);
}