oneRow method

RowData oneRow(
  1. int row
)

Implementation

RowData oneRow(int row) => RowData(this[row], meta: meta);