Subsetting constructor

Subsetting({
  1. String? policy,
})

Implementation

Subsetting({
  this.policy,
});