incrementClock method

  1. @override
DatumEntityInterface incrementClock(
  1. String replicaId
)
override

Returns a new instance with the vector clock incremented for replicaId.

Implementation

@override
DatumEntityInterface incrementClock(String replicaId) => this;