getRowByIndex method

List getRowByIndex(
  1. int index
)

Implementation

List<dynamic> getRowByIndex(int index) {
  return _source.getRowByIndex(index);
}