canonicalTime property

Hlc canonicalTime

Represents the latest logical time seen in the stored data.

Implementation

Hlc get canonicalTime => _canonicalTime;
  1. @protected
void canonicalTime=(Hlc value)

Updates the canonical time. Should never be called from outside implementations.

Implementation

@protected
set canonicalTime(Hlc value) => _canonicalTime = value;