UpdateRowEvent constructor
UpdateRowEvent({
- required double rowId,
- required DataGridRow newRow,
Implementation
UpdateRowEvent({required this.rowId, required this.newRow});