GridData class

Data in the grid, as well as metadata about the dimensions.

Constructors

GridData({List<DimensionProperties>? columnMetadata, List<RowData>? rowData, List<DimensionProperties>? rowMetadata, int? startColumn, int? startRow})
GridData.fromJson(Map json_)

Properties

columnMetadata List<DimensionProperties>?
Metadata about the requested columns in the grid, starting with the column in start_column.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rowData List<RowData>?
The data in the grid, one entry per row, starting with the row in startRow.
getter/setter pair
rowMetadata List<DimensionProperties>?
Metadata about the requested rows in the grid, starting with the row in start_row.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startColumn int?
The first column this GridData refers to, zero-based.
getter/setter pair
startRow int?
The first row this GridData refers to, zero-based.
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