UpdateRowEvent constructor

UpdateRowEvent({
  1. required double rowId,
  2. required DataGridRow newRow,
})

Implementation

UpdateRowEvent({required this.rowId, required this.newRow});