Session class

Constructors

Session({required int lastModified, Tab? tab, Window? window})
Session.fromJS(Session _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
lastModified int
The time when the window or tab was closed or modified, represented in milliseconds since the epoch.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tab Tab?
The tabs.Tab, if this entry describes a tab. Either this or sessions.Session.window will be set.
getter/setter pair
toJS → Session
no setter
window Window?
The windows.Window, if this entry describes a window. Either this or sessions.Session.tab will be set.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited