OneQuery class

All options that can be passed to some of ItemsHandler methods.

This query can be used for both ItemsHandler.readOne and ItemsHandler.readMany methods, but Query is offering more options for ItemsHandler.readMany. It can also be passed to update and create methods, for specifying what data to be returned.

Implementers

Constructors

OneQuery({Map<String, Query>? deep, List<String>? fields, Map<String, Object?>? customParams})
Constructor

Properties

customParams Map<String, Object?>?
Custom url params.
getter/setter pair
deep Map<String, Query>?
deep is used to apply any of the other query params to nested data sets.
getter/setter pair
fields List<String>?
List of all fields that should be returned.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toMap() Map<String, Object?>
Convert OneQuery to Map so it can be sent in HTTP request.
toString() String
A string representation of this object.
inherited

Operators

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