AuthOrganizationStoreConformanceFailure constructor

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

Creates a failure for caseId caused by cause.

Implementation

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