DocumentsQuery class

Constructors

DocumentsQuery({int? limit, int? offset, List<String> fields = const [], Object? filter, MeiliOperatorExpressionBase? filterExpression})
const

Properties

containsFilter bool
no setter
fields List<String>
final
filter Object?
final
filterExpression MeiliOperatorExpressionBase?
final
hashCode int
The hash code for this object.
no setterinherited
limit int?
final
offset int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildMap() Map<String, Object?>
For use with POST methods that can handle JSON types
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toQuery() Map<String, Object>
For use with GET methods that require queryParameters
inherited
toSparseMap() Map<String, Object>
Returns a map with only non-null and non-empty fields
inherited
toString() String
A string representation of this object.
inherited
toURIString(Object value) Object
inherited

Operators

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