hasRowId property

bool get hasRowId

Whether this SqlId instance has the rowid unique identifier.

Implementation

bool get hasRowId => rowid > 0;