SheetsChart class
A PageElement kind representing a linked chart embedded from Google Sheets.
Constructors
- SheetsChart({int? chartId, String? contentUrl, SheetsChartProperties? sheetsChartProperties, String? spreadsheetId})
- SheetsChart.fromJson(Map json_)
Properties
- chartId ↔ int?
-
The ID of the specific chart in the Google Sheets spreadsheet that is
embedded.
getter/setter pair
- contentUrl ↔ String?
-
The URL of an image of the embedded chart, with a default lifetime of 30
minutes.
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
- sheetsChartProperties ↔ SheetsChartProperties?
-
The properties of the Sheets chart.
getter/setter pair
- 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