TableUpdate constructor
TableUpdate({
- required String tableName,
- required List<
TableUpdateRows> rows,
Implementation
TableUpdate({required this.tableName, required this.rows});