DeveloperMetadataLocation constructor
DeveloperMetadataLocation({
- DimensionRange? dimensionRange,
- String? locationType,
- int? sheetId,
- bool? spreadsheet,
Implementation
DeveloperMetadataLocation({
this.dimensionRange,
this.locationType,
this.sheetId,
this.spreadsheet,
});