DeveloperMetadataLocation constructor

DeveloperMetadataLocation({
  1. DimensionRange? dimensionRange,
  2. String? locationType,
  3. int? sheetId,
  4. bool? spreadsheet,
})

Implementation

DeveloperMetadataLocation({
  this.dimensionRange,
  this.locationType,
  this.sheetId,
  this.spreadsheet,
});