addAll method

void addAll(
  1. Iterable<StaticSection> sections
)

Implementation

void addAll(Iterable<StaticSection> sections) => _sections.addAll(sections);