AddFilterViewResponse constructor

AddFilterViewResponse({
  1. FilterView? filter,
})

Implementation

AddFilterViewResponse({
  this.filter,
});