DSBMobile class

API entrypoint for all functionality for DSBMobile.

This only enables getting the data, it does not cache or format any data itself

Constructors

DSBMobile()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get({DateTime? requestTime}) Future<List<DSBMobileNode>>
Get's a list of root nodes with various data from the DSB data server.
login({required String username, required String password, String? locale}) → void
Login.
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