HistoryItem constructor
HistoryItem(
- WebFBundle bundle,
- dynamic state,
- bool needJump
Implementation
HistoryItem(this.bundle, this.state, this.needJump);
HistoryItem(this.bundle, this.state, this.needJump);