Dart SDK
dart:html
History
property runtimeType
runtimeType
class History
Properties
length
scrollRestoration
state
hashCode
runtimeType
Methods
back
forward
go
pushState
replaceState
noSuchMethod
toString
Operators
operator ==
Static properties
supportsState
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType