sessionOrNull property

Future<Session>? get sessionOrNull

The session associated with this request, if any.

Safe to use, even before session is initiated.

Implementation

Future<Session>? get sessionOrNull => _sessionProperty[this]?.future;