Schedule class

Constructors

Schedule(String dateName, String lessonName, String cabinetNumber, String teacherName, String typeLesson, bool isFirst, bool isDouble, bool isMeal, String numSchedule, String lessonNameSecond, String teacherNameSecond, String cabinetNumberSecond)

Properties

cabinetNumber String
getter/setter pair
cabinetNumberSecond String
getter/setter pair
dateName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDouble bool
getter/setter pair
isFirst bool
getter/setter pair
isMeal bool
getter/setter pair
lessonName String
getter/setter pair
lessonNameSecond String
getter/setter pair
numSchedule String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teacherName String
getter/setter pair
teacherNameSecond String
getter/setter pair
typeLesson String
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