factory HashChangeEventInit({String? oldURL, String? newURL}) => HashChangeEventInit._(oldURL: oldURL ?? '', newURL: newURL ?? '');