AttendanceSingleton constructor

AttendanceSingleton()

Implementation

factory AttendanceSingleton() {
  return _singleton;
}