SchoolHourEvent class

Constructors

SchoolHourEvent(DateTime timeFrom, DateTime timeTo, Color color, String subject, SpecialHourType? specialHourType, List<String> departments, String classroom, List<String> teachers, List<String> groups)

Properties

classroom String
final
color Color
final
departments List<String>
final
groups List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialHourType SpecialHourType?
final
subject String
final
teachers List<String>
final
timeFrom DateTime
final
timeTo DateTime
final

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