MemoryDbCollection class

Implementers

Constructors

MemoryDbCollection(Map<String, List<Map<String, dynamic>>> _memoryDb, String _id, String _name, DocRefMemory? _docRefMemory)
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

getAllDocuments() Iterable<DocRefMemory>
getDocRefById(String docId) DocRefMemory?
getDocWhere(bool testMethod(dynamic element)) DocRefMemory?
insertDoc(Map<String, dynamic> doc) DocRefMemory
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