AuthenticationConfidenceLevel constructor

const AuthenticationConfidenceLevel({
  1. int? level,
  2. AuthenticationConfidenceLevelCustomPolicy? custom,
})

Implementation

const AuthenticationConfidenceLevel({
  this.level,
  this.custom,
});