FirebaseAuthError.invalidHashRounds constructor
FirebaseAuthError.invalidHashRounds([
- String? message
The hash rounds must be a valid number.
Implementation
FirebaseAuthError.invalidHashRounds([String? message])
: this('invalid-hash-rounds',
message ?? 'The hash rounds must be a valid number.');