DbSnapshot class

One snapshot, decoded.

Constructors

DbSnapshot({required int seq, required Object? value, required int postedNs, DbChildOrder? order})

Properties

hashCode → int
The hash code for this object.
no setterinherited
isCanceled → bool
no setter
order → DbChildOrder?
The child keys in the order the query produced them, or null for a node with no children. value cannot carry it: the SDK's Variant map sorts by key, so orderByChild survives only here.
final
postedNs → int
When the native side posted it, on the same clock fdbNowNs reads — so a caller can measure delivery latency without a second time base.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
seq → int
Monotonically increasing per listener. Negative means the stream was canceled and value is null.
final
value → Object?
final

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