ToolsCapability constructor

const ToolsCapability({
  1. bool? listChanged,
  2. bool? supportsProgress,
  3. bool? supportsCancellation,
})

Implementation

const ToolsCapability({
  this.listChanged,
  this.supportsProgress,
  this.supportsCancellation,
});