toJson method

Map<String, dynamic> toJson()

Implementation

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