DocRefMemory constructor

const DocRefMemory(
  1. String id,
  2. CollRefMemory parentColl,
  3. Map<String, List<Map<String, dynamic>>> _memoryDb
)

Implementation

const DocRefMemory(this.id, this.parentColl, this._memoryDb)
    : super(_memoryDb, parentColl, id);