clone method

TableRow clone()

Implementation

TableRow clone() =>
    TableRow(_columns.map((c) => c).toList(), rowIndex, isHeaderRow);