PasteDataRequest class

Inserts data into the spreadsheet starting at the specified coordinate.

Constructors

PasteDataRequest({GridCoordinate? coordinate, String? data, String? delimiter, bool? html, String? type})
PasteDataRequest.fromJson(Map json_)

Properties

coordinate GridCoordinate?
The coordinate at which the data should start being inserted.
getter/setter pair
data String?
The data to insert.
getter/setter pair
delimiter String?
The delimiter in the data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
html bool?
True if the data is HTML.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
How the data should be pasted. Possible string values are:
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