Dart
dart:html
PopStateEvent
state property
state
PopStateEvent class
Constructors
PopStateEvent
Properties
state
bubbles
cancelable
composed
currentTarget
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
Methods
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
state property
dynamic
state
Implementation
dynamic get state => convertNativeToDart_SerializedScriptValue(this._get_state);