RowData constructor

RowData({
  1. List<CellData>? values,
})

Implementation

RowData({
  this.values,
});