position property

LogPosition position

Get current LogPosition. Returns LogPosition.end until first event is received.

Implementation

LogPosition get position => _enumerator.progress.position ?? LogPosition.end;