Substitution class

Inheritance

Constructors

Substitution(String affectedClass, int lesson, String subTeacher, String subject, {String notes = '', String? orgTeacher, String? room})
Substitution.fromJson(dynamic json)
Substitution.raw(int lesson, {required String affectedClass, required String subTeacher, required String subject, required String notes, String? orgTeacher, String? room})

Properties

affectedClass String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFree bool
no setter
lesson int
getter/setter pair
notes String
getter/setter pair
orgTeacher String?
getter/setter pair
room String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
getter/setter pair
subTeacher String
getter/setter pair

Methods

compareTo(dynamic other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromUntis(List<String> h) Parser
fromUntis2019(dynamic _) Parser
fromUntis2020(dynamic _) Parser
fromUntis2021(dynamic _) Parser