SelectRowEvent constructor

SelectRowEvent({
  1. required double rowId,
  2. bool multiSelect = false,
})

Implementation

SelectRowEvent({required this.rowId, this.multiSelect = false});