SearchParameters class

Constructors

SearchParameters()

Properties

hashCode int
The hash code for this object.
no setterinherited
hidebroken bool
do list/not list broken stations
getter/setter pair
json Map<String, dynamic>
no setter
limit int
number of returned datarows (stations) starting with offset
getter/setter pair
offset int
starting value of the result list from the database. For example, if you want to do paging on the server side.
getter/setter pair
order OrderType
name of the attribute the result list will be sorted by
getter/setter pair
request String
no setter
reverse bool
reverse the result list if set to true
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited