Creates a RowId instance initialized with the given rowid.
rowid
The rowid must be greater than zero.
RowId(this.rowid) { checkState(rowid > 0); }