StateBase class abstract

An Interface for both QueryState and InfiniteQueryState.

Implementers

Constructors

StateBase()

Properties

data → dynamic
Current data of the query.
no setter
error → dynamic
Current error for the query.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status QueryStatus
Status of the previous fetch.
no setter
timeCreated DateTime
Timestamp of the query.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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