Dart
dart:io
HttpSession
isNew property
isNew
HttpSession class
Constructors
HttpSession
Properties
id
isNew
onTimeout
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
destroy
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=
isNew property
bool
isNew
Is true if the session has not been sent to the client yet.
Implementation
bool get isNew;