Document<E> constructor

const Document<E>(
  1. DocumentRef<E, Document<E>> ref,
  2. E? entity
)

Implementation

const Document(
  this.ref,
  this.entity,
);