SectionPath constructor

SectionPath({
  1. required int section,
  2. required int absoluteIndex,
})

Implementation

SectionPath({required this.section, required this.absoluteIndex});