MemoryDbDocument constructor

const MemoryDbDocument(
  1. Map<String, List<Map<String, dynamic>>> _memoryDb,
  2. CollRefMemory _collRef,
  3. String _id
)

Implementation

const MemoryDbDocument(this._memoryDb, this._collRef, this._id);