JsConfirmResponse constructor
- JsConfirmResponseAction? action,
- String cancelButtonTitle = "",
- String confirmButtonTitle = "",
- bool handledByClient = false,
- String message = "",
Implementation
JsConfirmResponse({
JsConfirmResponseAction? action,
this.cancelButtonTitle = "",
this.confirmButtonTitle = "",
this.handledByClient = false,
this.message = "",
}) : action = action ?? JsConfirmResponseAction.CANCEL;