JsConfirmResponse constructor

JsConfirmResponse({
  1. JsConfirmResponseAction? action = JsConfirmResponseAction.CANCEL,
  2. String cancelButtonTitle = "",
  3. String confirmButtonTitle = "",
  4. bool handledByClient = false,
  5. String message = "",
})

Implementation

JsConfirmResponse(
    {this.action = JsConfirmResponseAction.CANCEL,
    this.cancelButtonTitle = "",
    this.confirmButtonTitle = "",
    this.handledByClient = false,
    this.message = ""});