UpdateCellsRequest class

Updates all cells in a range with new data.

Constructors

UpdateCellsRequest({String? fields, GridRange? range, List<RowData>? rows, GridCoordinate? start})
UpdateCellsRequest.fromJson(Map json_)

Properties

fields ↔ String?
The fields of CellData that should be updated.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
range ↔ GridRange?
The range to write data to.
getter/setter pair
rows ↔ List<RowData>?
The data to write.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
start ↔ GridCoordinate?
The coordinate to start writing data at.
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