AddProtectedRangeResponse constructor

AddProtectedRangeResponse({
  1. ProtectedRange? protectedRange,
})

Implementation

AddProtectedRangeResponse({
  this.protectedRange,
});