init method

void init()

Implementation

void init() {
  sectionSelected = sections.isNotEmpty ? sections.first : '';
}