addAllSections method

void addAllSections(
  1. List<Section> sections
)

Implementation

void addAllSections(List<Section> sections) =>
    controller.addAllById(groupId, sections);