RowModel constructor

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

Implementation

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