CopySheetToAnotherSpreadsheetRequest constructor

CopySheetToAnotherSpreadsheetRequest({
  1. String? destinationSpreadsheetId,
})

Implementation

CopySheetToAnotherSpreadsheetRequest({
  this.destinationSpreadsheetId,
});