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