ClientCapabilities constructor

const ClientCapabilities({
  1. bool roots = false,
  2. bool rootsListChanged = false,
  3. bool sampling = false,
  4. bool elicitation = false,
})

Create a capabilities object with specified settings

Implementation

const ClientCapabilities({
  this.roots = false,
  this.rootsListChanged = false,
  this.sampling = false,
  this.elicitation = false,
});