DocRefMemory class

Inheritance
Implemented types

Constructors

DocRefMemory(String id, CollRefMemory parentColl, Map<String, List<Map<String, dynamic>>> _memoryDb)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
parentColl CollRefMemory
final
path PathEntity
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collection(String name) CollRefRepo
override
getData() Map<String, dynamic>?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(Map<String, dynamic> newDoc) DocRefMemory
inherited
toString() String
A string representation of this object.
inherited
update(Map<String, dynamic> newDoc) DocRefMemory
inherited

Operators

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