PromptsCapability constructor

const PromptsCapability({
  1. bool? listChanged,
})

Implementation

const PromptsCapability({
  this.listChanged,
});