Exclude constructor

Exclude({
  1. List<String>? buckets,
  2. List<String>? regions,
})

Implementation

Exclude({
  this.buckets,
  this.regions,
});