InputParameters class
Input parameters for the API call
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hidebroken → bool?
-
do not count broken stations
final
- limit → int?
-
number of returned datarows (stations) starting with offset
final
- offset → int?
-
starting value of the result list from the database. For example,
if you want to do paging on the server side.
final
- order → String?
-
name of the attribute the result list will be sorted by
possible values: name, stationcount
final
- reverse → bool?
-
reverse the result list if set to true
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, String> - Returns a map of the parameters
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited