RecordSnapshot<K, V> class
Null safety
A read record
Constructors
Properties
Methods
-
cast<
RK, RV> () → RecordSnapshot< RK, RV> - Cast if needed
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
. [...]