JavascriptDialogOpeningEvent constructor Null safety
- {required String url,
- required String message,
- required DialogType type,
- required bool hasBrowserHandler,
- String? defaultPrompt}
Implementation
JavascriptDialogOpeningEvent(
{required this.url,
required this.message,
required this.type,
required this.hasBrowserHandler,
this.defaultPrompt});