SchoolingInfo class

Constructors

SchoolingInfo({int? startDate, int? endDate, String? school, CodeStub? typeOfEducation})
SchoolingInfo.fromJSON(Map<String, dynamic> data)
factory

Properties

endDate int?
getter/setter pair
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?
getter/setter pair
startDate int?
getter/setter pair
typeOfEducation CodeStub?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

encode(SchoolingInfo value) Map<String, dynamic>