DayTime class

The Day & Time for a subject

Constructors

DayTime({required int day, required String startTime, required String endTime})
DayTime.fromJson(Map<String, dynamic> json)

Properties

day int
Day in integer. 0 is Sunday, 1 is Monday and so on.
getter/setter pair
endTime String
Ending time of the class.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String
Starting time of the class
getter/setter pair

Methods

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

Operators

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