CounterQueryDef class

Query definition for counter views.

Queries integer counters from entity views that track quantities, counts, or other numeric metrics.

Inheritance

Constructors

CounterQueryDef({bool subscribe = false})
Creates a counter view query definition.
CounterQueryDef.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribe bool
Whether to subscribe to real-time updates for this view.
finalinherited

Methods

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

Operators

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