HashChangeEvent constructor
HashChangeEvent(})
Implementation
HashChangeEvent(
super.type, {
bool canBubble = true,
bool cancelable = true,
required this.oldUrl,
required this.newUrl,
}) : super.internal();