Ahgora class

Constructors

Ahgora()

Properties

companyId String
getter/setter pair
expirationDate DateTime
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLoggedIn bool
no setter
jwt String
getter/setter pair
jwtHasNotExpired bool
no setter
password String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId int
getter/setter pair

Methods

getMonthlyReport(DateTime dateTime, {bool fiscalMonth = false}) Future<MonthlyReport>
Ahgora has a report page where user see the "fiscal month" instead of the month of a timestamp day - it means that when you open a report from february/2020 you will get a few timestamps from january (the last days, where the fiscal month of january ends and start february), and the timestamps will end before the end of the month.
login(String companyId, int userId, String password) Future<bool>
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