FrmPage constructor

FrmPage({
  1. required int no,
  2. String? title,
  3. required List<FrmSection> sections,
})

Implementation

FrmPage({required this.no, this.title, required this.sections});