DeleteRowsEvent constructor

DeleteRowsEvent({
  1. required Set<double> rowIds,
})

Implementation

DeleteRowsEvent({required this.rowIds});