TabsCriteria constructor

TabsCriteria({
  1. List<String>? tabIds,
})

Implementation

TabsCriteria({
  this.tabIds,
});