isOk property

bool isOk

Check if state is OK

Implementation

bool get isOk => this is AggregateStateOk<TEvent, TValue, TId, TState>;