SearchNearbyRequest extension type

on
Implemented types
Available extensions

Constructors

SearchNearbyRequest({JSArray<JSString> fields, JSAny locationRestriction, JSArray<JSString>? excludedPrimaryTypes, JSArray<JSString>? excludedTypes, JSArray<JSString>? includedPrimaryTypes, JSArray<JSString>? includedTypes, String? language, num? maxResultCount, SearchNearbyRankPreference? rankPreference, String? region})

Properties

excludedPrimaryTypes List<String>?
getter/setter pair
excludedTypes List<String>?
getter/setter pair
fields List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includedPrimaryTypes List<String>?
getter/setter pair
includedTypes List<String>?
getter/setter pair
language String?
getter/setter pair
locationRestriction JSAny
getter/setter pair
maxResultCount num?
getter/setter pair
rankPreference SearchNearbyRankPreference?
getter/setter pair
region 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