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
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