Dart SDK
dart:io
HttpSession
id property
id
HttpSession class
Constructors
HttpSession
Properties
id
isNew
onTimeout
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
destroy
addAll
clear
containsKey
containsValue
forEach
noSuchMethod
putIfAbsent
remove
toString
Operators
operator ==
operator []
operator []=
id property
String
id
Gets the id for the current session.
Implementation
String get id;