AttendanceDateSessionSelectionPage constructor
const
AttendanceDateSessionSelectionPage({
- required List<
AttendanceRegisterModel> registers, - required String registerID,
- Key? key,
- AttendanceLocalization? appLocalizations,
Implementation
const AttendanceDateSessionSelectionPage({
required this.registers,
required this.registerID,
super.key,
super.appLocalizations,
});