ProtectedRange constructor

ProtectedRange({
  1. String? description,
  2. Editors? editors,
  3. String? namedRangeId,
  4. int? protectedRangeId,
  5. GridRange? range,
  6. bool? requestingUserCanEdit,
  7. List<GridRange>? unprotectedRanges,
  8. bool? warningOnly,
})

Implementation

ProtectedRange({
  this.description,
  this.editors,
  this.namedRangeId,
  this.protectedRangeId,
  this.range,
  this.requestingUserCanEdit,
  this.unprotectedRanges,
  this.warningOnly,
});