UserCancelledDialogError constructor

UserCancelledDialogError(
  1. String message
)

Create an instance of the error with the message of the error.

Implementation

UserCancelledDialogError(super.message);