JsAlertResponse constructor
- JsAlertResponseAction? action,
- String confirmButtonTitle = "",
- bool handledByClient = false,
- String message = "",
Implementation
JsAlertResponse({
JsAlertResponseAction? action,
this.confirmButtonTitle = "",
this.handledByClient = false,
this.message = "",
}) : action = action ?? JsAlertResponseAction.CONFIRM;