add method

void add(
  1. Section section
)

Implementation

void add(Section section) => subsections.add(section);