isNew property

  1. @override
bool get isNew
override

Whether the session has not yet been sent to the client.

Implementation

@override
bool get isNew => httpSession.isNew;