EducationalDegreeInput constructor
EducationalDegreeInput({
- required IscedLevel level,
- String? details,
Implementation
EducationalDegreeInput({required this.level, this.details}) : super();