XRow constructor

XRow(
  1. DataGridRow dataRow,
  2. String id,
  3. List<DataGridCell>? cells
)

Implementation

XRow(
  this.dataRow,
  this.id,
  this.cells,
) : super(cells: []);