Table constructor
Table({
- List<
TableColumnProperties> ? columnProperties, - String? name,
- GridRange? range,
- TableRowsProperties? rowsProperties,
- String? tableId,
Implementation
Table({
this.columnProperties,
this.name,
this.range,
this.rowsProperties,
this.tableId,
});