JsPromptResponse constructor
Implementation
JsPromptResponse({
JsPromptResponseAction? action,
this.cancelButtonTitle = "",
this.confirmButtonTitle = "",
this.defaultValue = "",
this.handledByClient = false,
this.message = "",
this.value,
}) : action = action ?? JsPromptResponseAction.CANCEL;