getAllRows method

List<List> getAllRows()

Implementation

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