isOrigin property

bool get isOrigin

Whether this is the origin sentinel.

Implementation

bool get isOrigin => counter == 0 && replica.isEmpty;