add method

void add(
  1. StaticSection section
)

Implementation

void add(StaticSection section) => _sections.add(section);