BreachedPasswordTenantMetric constructor

BreachedPasswordTenantMetric({
  1. num actionRequired,
  2. num matchedCommonPasswordCount,
  3. num matchedExactCount,
  4. num matchedPasswordCount,
  5. num matchedSubAddressCount,
  6. num passwordsCheckedCount,
})

Implementation

BreachedPasswordTenantMetric(
    {this.actionRequired,
    this.matchedCommonPasswordCount,
    this.matchedExactCount,
    this.matchedPasswordCount,
    this.matchedSubAddressCount,
    this.passwordsCheckedCount});