Doc<T> constructor
- Store store,
- DocumentReference ref,
- T entity
Implementation
const Doc(this.store, DocumentReference ref, T entity) : super(ref, entity);
const Doc(this.store, DocumentReference ref, T entity) : super(ref, entity);