Albiruni class
Albiruni scrapper.
Base code are ported from https://github.com/PlashSpeed-Aiman/IIUMCourseScheduleApp
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semester ↔ int
-
Example: 1, 2, 3
getter/setter pair
- sesShort ↔ String
-
Short version of session
getter/setter pair
- session ↔ String
-
a.k.a year.
getter/setter pair
- studyGrade ↔ StudyGrad
-
Study grade
ug
for Undergraduate,pg
for Postgraduategetter/setter pair
Methods
-
fetch(
String kulliyah, {String? course, int page = 1, bool useProxy = false}) → Future< (List< Subject> , int)> -
Fetch a list of subjects for the given
kulliyah
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preflight(
String kulliyah) → Future< bool> - Check if subject on the current scope (kulliyah, semester & session) is available.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited