lastPlayerException property

PlayerException? get lastPlayerException

Gets the last player exception.

Implementation

PlayerException? get lastPlayerException =>
    _playerExceptionSubject.valueOrNull;