rowAt method

DATA rowAt(
  1. int index
)

Implementation

DATA rowAt(int index) => _rows[index];