ForwardQuery class

Implemented types

Constructors

ForwardQuery({required String query, List<PlaceType>? types, BBox? bbox, int? limit, bool? autocomplete, bool? permanent, Proximity? proximity, String? country, String? language})

Properties

autocomplete → bool?
final
bbox → BBox?
final
country → String?
final
hashCode → int
The hash code for this object.
no setterinherited
language → String?
final
limit → int?
final
permanent → bool?
final
proximity → Proximity?
final
query → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
types → List<PlaceType>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
override
toString() → String
A string representation of this object.
inherited

Operators

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