copy method

UTableData copy()

Implementation

UTableData copy() => UTableData(rows: <List<String>>[for (final List<String> r in rows) List<String>.from(r)], hasHeader: hasHeader);