RegisterCard constructor
const
RegisterCard({})
Implementation
const RegisterCard({
super.key,
required this.data,
required this.attendanceBloc,
required this.tenantId,
required this.registerId,
this.show = false,
this.startDate,
this.endDate,
this.noOfAttendees = 0,
required this.registers,
});