Education class

This class represents an education.

Constructors

Education.fromJson(Map<String, dynamic> json)
The default constructor.
factory

Properties

degree String?
The degree of the education.
final
endYear String?
The year in which the degree was finished.
final
fieldOfStudy String?
The field of study of the degree.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
school String?
The name of the school where the degree was taught.
final
schoolType String?
The type of the school where the degree was taught.
final
startYear String?
The year in which the degree was started.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert this object into a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited