SubscriptionFilter constructor

SubscriptionFilter({
  1. bool? toolsListChanged,
  2. bool? promptsListChanged,
  3. bool? resourcesListChanged,
  4. List<String>? resourceSubscriptions,
})

Implementation

SubscriptionFilter({
  this.toolsListChanged,
  this.promptsListChanged,
  this.resourcesListChanged,
  this.resourceSubscriptions,
});