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