LiveTableRow constructor

LiveTableRow(
  1. LiveTable table,
  2. List values
)

Implementation

LiveTableRow(this.table, this.values);