parsedSession property

Session? get parsedSession

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

Implementation

Session? get parsedSession => _session;