parsedSession property

Session? parsedSession

Parsed session. Returns null, if the session is not parsed yet.

Implementation

Session? get parsedSession => _session;