MemoryDbDocument class

Implementers

Constructors

MemoryDbDocument(Map<String, List<Map<String, dynamic>>> _memoryDb, CollRefMemory _collRef, String _id)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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