DataSource class
Information about an external data source in the spreadsheet.
Constructors
-
DataSource({List<
DataSourceColumn> ? calculatedColumns, String? dataSourceId, int? sheetId, DataSourceSpec? spec}) - DataSource.fromJson(Map json_)
Properties
-
calculatedColumns
↔ List<
DataSourceColumn> ? -
All calculated columns in the data source.
getter/setter pair
- dataSourceId ↔ String?
-
The spreadsheet-scoped unique ID that identifies the data source.
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
- sheetId ↔ int?
-
The ID of the Sheet connected with the data source.
getter/setter pair
- spec ↔ DataSourceSpec?
-
The DataSourceSpec for the data source connected with this spreadsheet.
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