ViewQueryResult class abstract

Base class for view-specific query results.

Provides common functionality for different types of view results while allowing type-specific implementations.

Constructors

ViewQueryResult(dynamic value, String changeId)
Creates a view query result with value and change ID.

Properties

changeId String
Change ID indicating the version of this result.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
The value retrieved from the view.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the result to JSON for network transmission.
toString() String
A string representation of this object.
inherited

Operators

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