AddBandingResponse constructor

AddBandingResponse({
  1. BandedRange? bandedRange,
})

Implementation

AddBandingResponse({
  this.bandedRange,
});