RowBean constructor

RowBean({
  1. required List<CellBean> cells,
})

Implementation

RowBean({required this.cells});