Database class
Database class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getChairs(
[Map< String, dynamic> params]) → Future - Returns list of chairs on a specified faculty. [...]
-
getCities(
[Map< String, dynamic> params]) → Future - Returns a list of cities. [...]
-
getCitiesById(
[Map< String, dynamic> params]) → Future - Returns information about cities by their IDs. [...]
-
getCountries(
[Map< String, dynamic> params]) → Future - Returns a list of countries. [...]
-
getCountriesById(
[Map< String, dynamic> params]) → Future - Returns information about countries by their IDs. [...]
-
getFaculties(
[Map< String, dynamic> params]) → Future - Returns a list of faculties (i.e., university departments). [...]
-
getMetroStations(
[Map< String, dynamic> params]) → Future - Get metro stations by city [...]
-
getMetroStationsById(
[Map< String, dynamic> params]) → Future - Get metro station by his id [...]
-
getRegions(
[Map< String, dynamic> params]) → Future - Returns a list of regions. [...]
-
getSchoolClasses(
[Map< String, dynamic> params]) → Future - Returns a list of school classes specified for the country. [...]
-
getSchools(
[Map< String, dynamic> params]) → Future - Returns a list of schools. [...]
-
getUniversities(
[Map< String, dynamic> params]) → Future - Returns a list of higher education institutions. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited