AttendanceDateSessionSelectionPage constructor

const AttendanceDateSessionSelectionPage({
  1. required List<AttendanceRegisterModel> registers,
  2. required String registerID,
  3. Key? key,
  4. AttendanceLocalization? appLocalizations,
})

Implementation

const AttendanceDateSessionSelectionPage({
  required this.registers,
  required this.registerID,
  super.key,
  super.appLocalizations,
});