video_player
dart:io
HttpSession
property isNew
isNew
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 []=
bool
isNew
Is true if the session has not been sent to the client yet.
Source
bool get isNew;
property isNew