toJson method
Implementation
Map<String, dynamic> toJson() => {
'degree': this.degree,
'endYear': this.endYear,
'fieldOfStudy': this.fieldOfStudy,
'school': this.school,
'schoolType': this.schoolType,
'startYear': this.startYear,
};