UserCancelledException constructor

const UserCancelledException(
  1. String message, {
  2. String? code,
})

Implementation

const UserCancelledException(super.message, {super.code});