MeiliGeoBoundingBoxOperatorExpression class

Inheritance
Available Extensions
Annotations
  • @RequiredMeiliServerVersion('1.1.0')

Constructors

MeiliGeoBoundingBoxOperatorExpression(MeiliPoint point1, MeiliPoint point2)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
point1 MeiliPoint
final
point2 MeiliPoint
final
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
transform() String
override

Operators

operator &(MeiliOperatorExpressionBase other) MeiliAndOperatorExpression
inherited
operator ==(Object other) bool
Fallback equality and hashing, override these when possible to optimize performance
inherited
operator |(MeiliOperatorExpressionBase other) MeiliOrOperatorExpression
inherited
operator ~() MeiliNotOperatorExpression
inherited