Sheets class

Inheritance

Constructors

Sheets({required GoogleApisClientApiKey googleApisClientApiKey})

Properties

google_apis_client_api_key GoogleApisClientApiKey
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAl({required String sheet_id, String range = "Sheet1!A2:Z", GoogleApisClientApiKey? googleApisClientApiKey}) Future<List<List<Object?>>?>
getAll({required String sheet_id, String range = "Sheet1!A2:Z", GoogleApisClientApiKey? googleApisClientApiKey}) Future<List<List<Object?>>?>
googleApisClient({GoogleApisClientApiKey? googleApisClientApiKey}) Future<GoogleApisClientApiKey>
inherited
initClient({required GoogleApisClientApiKey googleApisClientApiKey}) Future<GoogleApisClientApiKey>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sheets_api_client({GoogleApisClientApiKey? googleApisClientApiKey}) Future<SpreadsheetsValuesResource>
sheetsApiClient({GoogleApisClientApiKey? googleApisClientApiKey}) Future<SheetsApi>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited