DocRefRepo constructor

const DocRefRepo(
  1. String id,
  2. CollRefRepo parentColl
)

Implementation

const DocRefRepo(this.id, this.parentColl);