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