InsertRowsEvent constructor

InsertRowsEvent({
  1. required List<DataGridRow> rows,
})

Implementation

InsertRowsEvent({required this.rows});