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