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