FullId constructor

FullId(
  1. int rowid,
  2. Object keyid
)

Implementation

FullId(this.rowid, this.keyid) {
  checkState(rowid > 0);
}