Row constructor

Row({
  1. List<Value>? cells,
})

Implementation

Row({
  this.cells,
});