CopySheetToAnotherSpreadsheetRequest.fromJson constructor

CopySheetToAnotherSpreadsheetRequest.fromJson(
  1. Map json_
)

Implementation

CopySheetToAnotherSpreadsheetRequest.fromJson(core.Map json_)
    : this(
        destinationSpreadsheetId:
            json_.containsKey('destinationSpreadsheetId')
                ? json_['destinationSpreadsheetId'] as core.String
                : null,
      );