DimensionRange constructor

DimensionRange({
  1. String? dimension,
  2. int? endIndex,
  3. int? sheetId,
  4. int? startIndex,
})

Implementation

DimensionRange({
  this.dimension,
  this.endIndex,
  this.sheetId,
  this.startIndex,
});