CopySheetToAnotherSpreadsheetRequest.fromJson constructor
      
      CopySheetToAnotherSpreadsheetRequest.fromJson(
    
    
- Map json_
Implementation
CopySheetToAnotherSpreadsheetRequest.fromJson(core.Map json_)
    : this(
        destinationSpreadsheetId:
            json_['destinationSpreadsheetId'] as core.String?,
      );