SheetRow constructor

const SheetRow(
  1. List<String> cells
)

SheetRow API.

Implementation

const SheetRow(this.cells);