InsertDimensionRequest constructor
InsertDimensionRequest({
- bool? inheritFromBefore,
- DimensionRange? range,
Implementation
InsertDimensionRequest({
this.inheritFromBefore,
this.range,
});