DataSourceParameter class

A parameter in a data source's query.

The parameter allows the user to pass in values from the spreadsheet into a query.

Constructors

DataSourceParameter({String? name, String? namedRangeId, GridRange? range})
DataSourceParameter.fromJson(Map json_)

Properties

hashCode → int
The hash code for this object.
no setterinherited
name ↔ String?
Named parameter.
getter/setter pair
namedRangeId ↔ String?
ID of a NamedRange.
getter/setter pair
range ↔ GridRange?
A range that contains the value of the parameter.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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