KeysQuery class

Constructors

KeysQuery({int? limit, int? offset})
const

Properties

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