SearchByTextRequest extension type

on
Implemented types
Available extensions

Constructors

SearchByTextRequest({JSArray<JSString> fields, EVSearchOptions? evSearchOptions, String? includedType, bool? isOpenNow, String? language, JSAny? locationBias, LatLngBoundsOrLatLngBoundsLiteral? locationRestriction, num? maxResultCount, num? minRating, JSArray<PriceLevel>? priceLevels, String? query, SearchByTextRankPreference? rankBy, SearchByTextRankPreference? rankPreference, String? region, String? textQuery, bool? useStrictTypeFiltering})

Properties

evSearchOptions EVSearchOptions?
getter/setter pair
fields List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includedType String?
getter/setter pair
isOpenNow bool?
getter/setter pair
language String?
getter/setter pair
locationBias JSAny?
getter/setter pair
locationRestriction LatLngBoundsOrLatLngBoundsLiteral?
getter/setter pair
maxResultCount num?
getter/setter pair
minRating num?
getter/setter pair
priceLevels List<PriceLevel>?
getter/setter pair
query String?
getter/setter pair
rankBy SearchByTextRankPreference?
getter/setter pair
rankPreference SearchByTextRankPreference?
getter/setter pair
region String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textQuery String?
getter/setter pair
useStrictTypeFiltering bool?
getter/setter pair

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