EducationalDegreeInput constructor

EducationalDegreeInput({
  1. required IscedLevel level,
  2. String? details,
})

Implementation

EducationalDegreeInput({required this.level, this.details}) : super();