AuthenticationConfidenceLevel constructor
- int? level,
- AuthenticationConfidenceLevelCustomPolicy? custom,
Implementation
const AuthenticationConfidenceLevel({
this.level,
this.custom,
});
const AuthenticationConfidenceLevel({
this.level,
this.custom,
});