SpreadsheetRow constructor

SpreadsheetRow({
  1. required String id,
  2. required Map<String, String> cells,
})

Implementation

SpreadsheetRow({required this.id, required this.cells});