TableDataRow constructor

TableDataRow(
  1. List<TableData> tableRow
)

Implementation

TableDataRow(this.tableRow);