LocalEnvelope<T, U> constructor

LocalEnvelope<T, U>(T meta, List<U> documents)

Implementation

LocalEnvelope(this.meta, this.documents);