QueryBuilder<T extends QueryBuilder<T>> class abstract

Implementers

Constructors

QueryBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
parameters Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addQueryParameter(String parameter, dynamic value) → T
Add an additional query parameter.
includeAll(bool includeAll) → T
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
limit(int limit) → T
Maximum number of results to return.
me() → T
next(String? next) → T
The next page of results. Use the next token provided by the previous results.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
whereAssetId(int assetId) → T
Include results with the given asset id.
whereCurrencyIsGreaterThan(int amount) → T
Results should have an amount greater than this value. MicroAlgos are the default currency unless an asset-id is provided, in which case the asset will be used.
whereCurrencyIsLessThan(int amount) → T
Results should have an amount less than this value. MicroAlgos are the default currency unless an asset-id is provided, in which case the asset will be used.

Operators

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