SectionController constructor

SectionController(
  1. List<String> sections
)

Implementation

SectionController(this.sections) {
  init();
}