JsPromptRequest constructor
JsPromptRequest({})
Implementation
JsPromptRequest(
{this.defaultValue,
@Deprecated('Use isMainFrame instead') this.iosIsMainFrame,
this.isMainFrame,
this.message,
this.url}) {
isMainFrame = isMainFrame ?? iosIsMainFrame;
}