hasSession property
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;
Indicates if the request has a session or not.
Deprecated: please use x.session != null
instead of x.hasSession
.
// TODO: @deprecated
bool get hasSession => session != null;