Filter class

Filters for the ComputeInsights RPC.

Constructors

Filter.new({LocationFilter? locationFilter, List<String>? operatingStatus, List<String>? priceLevels, RatingFilter? ratingFilter, TypeFilter? typeFilter})
Filter.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
locationFilter LocationFilter?
Restricts results to places which are located in the area specified by location filters.
getter/setter pair
operatingStatus List<String>?
Restricts results to places whose operating status is included on this list.
getter/setter pair
priceLevels List<String>?
Restricts results to places whose price level is included on this list.
getter/setter pair
ratingFilter RatingFilter?
Restricts results to places whose average user ratings are in the range specified by rating_filter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeFilter TypeFilter?
Place type filters.
getter/setter pair

Methods

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

Operators

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