MemoryDbCollection constructor

const MemoryDbCollection(
  1. Map<String, List<Map<String, dynamic>>> _memoryDb,
  2. String _id,
  3. String _name,
  4. DocRefMemory? _docRefMemory,
)

Implementation

const MemoryDbCollection(
  this._memoryDb,
  this._id,
  this._name,
  this._docRefMemory,
);