CollRefRepo constructor

const CollRefRepo(
  1. String name,
  2. DocRefRepo? parentDoc
)

Implementation

const CollRefRepo(this.name, this.parentDoc);