Filters constructor

Filters({
  1. List<Channel>? channels,
  2. List<String>? queues,
})

Implementation

Filters({
  this.channels,
  this.queues,
});