HistoryItem constructor

HistoryItem(
  1. KrakenBundle bundle,
  2. dynamic state,
  3. bool needJump
)

Implementation

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