Doc<T> constructor

const Doc<T>(
  1. Store store,
  2. DocumentReference ref,
  3. T entity
)

Implementation

const Doc(this.store, DocumentReference ref, T entity) : super(ref, entity);