RecordSnapshot<K extends Key?, V extends Value?> class abstract

A read record

Constructors

RecordSnapshot()

Properties

hashCode int
The hash code for this object.
no setterinherited
key → K
The key (shortcut to ref.key)
no setter
ref RecordRef<K, V>
Its reference
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → V
The value
no setter

Methods

cast<RK extends Key?, RV extends Value?>() RecordSnapshot<RK, RV>
Cast if needed
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
operator [](String field) Object?
Get the value of the specified field.