hasSession property

bool hasSession

Indicates if the request has a session or not.

Deprecated: please use x.session != null instead of x.hasSession.

Implementation

// TODO: @deprecated
bool get hasSession => session != null;