add method

void add(
  1. QueryPrintable value
)

Implementation

void add(QueryPrintable value) {
  sections.add(value);
}