LocalEnvelope<T, U> constructor

LocalEnvelope<T, U>(
  1. T meta,
  2. List<U> documents
)

Implementation

LocalEnvelope(this.meta, this.documents);