SheetsChartReference class

A reference to a linked chart embedded from Google Sheets.

Constructors

SheetsChartReference({int? chartId, String? spreadsheetId})
SheetsChartReference.fromJson(Map json_)

Properties

chartId int?
The ID of the specific chart in the Google Sheets spreadsheet that's embedded.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadsheetId String?
The ID of the Google Sheets spreadsheet that contains the source chart.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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