PopStateEvent constructor

PopStateEvent(
  1. String type
)

Implementation

PopStateEvent(String type) : this._(type: type);