estimatedGuesses property

  1. @override
double get estimatedGuesses
override

Should return the estimated number of guesses for the token.

Implementation

@override
double get estimatedGuesses => SeparatorMatcher.separators.length.toDouble();