ParsedPage class

Constructors

ParsedPage.new(Student? _student, List<Semester>? _semesters, List<TeachingUnit>? _teachingunits, bool _isTimedOut, Duration _timeout)
ParsedPage.empty()

Properties

hashCode int
The hash code for this object.
no setterinherited
isTimedOut bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semesters List<Semester>?
no setter
student Student?
no setter
teachingunits List<TeachingUnit>?
no setter
timeout Duration
no setter

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