SendEmailLinkFailure constructor

const SendEmailLinkFailure(
  1. Object error
)

Create a new SendEmailLinkFailure with the given error.

Implementation

const SendEmailLinkFailure(super.error);