InsertDimensionRequest constructor

InsertDimensionRequest({
  1. bool? inheritFromBefore,
  2. DimensionRange? range,
})

Implementation

InsertDimensionRequest({
  this.inheritFromBefore,
  this.range,
});