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