Row constructor
const
Row(
- List<
Data?> cells, - Spreadsheet spreadsheet
Implementation
const Row(this.cells, this.spreadsheet);
const Row(this.cells, this.spreadsheet);