DeleteAccountFailure constructor

const DeleteAccountFailure(
  1. Object error
)

Create a new DeleteAccountFailure with the given error.

Implementation

const DeleteAccountFailure(super.error);