get method

Future<Spreadsheet> get()

Implementation

Future<Spreadsheet> get() => _api.spreadsheets.get(spreadsheetId);