Dart
dart:io
HttpSession
id property
id
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 []=
id property
String
id
Gets the id for the current session.
Implementation
String get id;