firstRow method

RowData? firstRow()

Implementation

RowData? firstRow() => this.isEmpty ? null : oneRow(0);