SubscriptionFilter constructor

const SubscriptionFilter({
  1. bool toolsListChanged = false,
  2. bool promptsListChanged = false,
  3. bool resourcesListChanged = false,
  4. List<String> resourceSubscriptions = const <String>[],
})

Implementation

const SubscriptionFilter({
  this.toolsListChanged = false,
  this.promptsListChanged = false,
  this.resourcesListChanged = false,
  this.resourceSubscriptions = const <String>[],
});