GetPossibilitiesParams class

Constructors

GetPossibilitiesParams.new({List<int>? chains, Map<String, List<String>>? bridges, Map<String, List<String>>? exchanges, List<String>? include})

Properties

bridges Map<String, List<String>>?
Bridges that should or should not be routed through
getter/setter pair
chains List<int>?
The ids of the chains that should be taken into consideration for the possibilities
getter/setter pair
exchanges Map<String, List<String>>?
Exchanges that should or should not be routed through
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
include List<String>?
Filter information by chains, tokens, bridges, or exchanges.
getter/setter pair
map Map<String, dynamic>
A map of the params, where nulls are removed
getter/setter pair
queryString String
The query string
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