FacetResult class
Source specific facet response
Constructors
-
FacetResult({List<
FacetBucket> ? buckets, String? objectType, String? operatorName, String? sourceName}) - FacetResult.fromJson(Map json_)
Properties
-
buckets
↔ List<
FacetBucket> ? -
FacetBuckets for values in response containing at least a single result
with the corresponding filter.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectType ↔ String?
-
Object type for which facet results are returned.
getter/setter pair
- operatorName ↔ String?
-
The name of the operator chosen for faceting.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceName ↔ String?
-
Source name for which facet results are returned.
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