SyncCapabilities constructor

const SyncCapabilities(
  1. DocumentCapabilities capabilities, {
  2. bool complete = false,
})

Wraps a description produced by crdt_lf.

complete says whether it names every handler type this build can read. Only a description stated by hand can promise that; one derived from a document knows the handlers opened so far and no more.

Implementation

const SyncCapabilities(this.capabilities, {this.complete = false});