namedSections method

Iterable<Section> namedSections(
  1. String name
)

Implementation

Iterable<Section> namedSections(String name) =>
    _sectionsByName[name] ?? <Section>[];