Row constructor

Row({
  1. List<Datum>? data,
})

Implementation

Row({
  this.data,
});