DeleteByParams class final
- Annotations
-
- @JsonSerializable()
Constructors
-
DeleteByParams({dynamic facetFilters, String? filters, dynamic numericFilters, dynamic tagFilters, String? aroundLatLng, dynamic aroundRadius, List<
List< ? insideBoundingBox, List<double> >List< ? insidePolygon})double> > -
Returns a new DeleteByParams instance.
const
-
DeleteByParams.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aroundLatLng → String?
-
Search for entries around a central location, enabling a geographical search within a circular area.
final
- aroundRadius → dynamic
-
One of types:
final
- facetFilters → dynamic
-
One of types:
final
- filters → String?
-
Filter the query with numeric, facet, or tag filters.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
insideBoundingBox
→ List<
List< ?double> > -
Search inside a rectangular area (in geographical coordinates).
final
-
insidePolygon
→ List<
List< ?double> > -
Search inside a polygon (in geographical coordinates).
final
- numericFilters → dynamic
-
One of types:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tagFilters → dynamic
-
One of types:
final
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override