originalVersion property

int originalVersion

The aggregate version got from AggregateStore on last load. Used for optimistic concurrency checks to ensure that there were no changed made to the AggregateState since last load.

Implementation

int get originalVersion => _original.version;