original property

TState original

AggregateState after last Event applied or folded onto it. Is always equal to original after creation, load, commit and rollback.

Implementation

TState get original => _original;