HybridHistoryItem constructor

HybridHistoryItem(
  1. WebFBundle bundle,
  2. dynamic state,
  3. bool needJump
)

Implementation

HybridHistoryItem(this.bundle, this.state, this.needJump);