lastPlayerException property
      
      PlayerException?
      get
      lastPlayerException
      
    
    
Gets the last player exception.
Implementation
PlayerException? get lastPlayerException =>
    _playerExceptionSubject.valueOrNull;Gets the last player exception.
PlayerException? get lastPlayerException =>
    _playerExceptionSubject.valueOrNull;