AuthTwoFactorBackendConformanceFailure constructor

const AuthTwoFactorBackendConformanceFailure(
  1. String caseId,
  2. Object cause
)

Creates a failure for caseId caused by cause.

Implementation

const AuthTwoFactorBackendConformanceFailure(this.caseId, this.cause);