Row constructor

const Row(
  1. List<Data?> cells,
  2. Spreadsheet spreadsheet
)

Implementation

const Row(this.cells, this.spreadsheet);