StudentSelection constructor

const StudentSelection(
  1. {required int sessionID,
  2. Key? key}
)

Implementation

const StudentSelection({
  required this.sessionID,
  super.key,
});