RowId constructor

RowId(
  1. int rowid
)

Implementation

RowId(this.rowid) {
  checkState(rowid > 0);
}