getSelectedRows method

List<List> getSelectedRows()

Implementation

List<List<dynamic>> getSelectedRows() {
  return _source.getSelectedRows();
}