RandomPasswordGenerator class

Random Password Generator

Constructors

RandomPasswordGenerator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPassword({required String password}) double
check password strong and retrun double value 0-1 input string password
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
randomPassword({bool letters = true, bool uppercase = false, bool numbers = false, bool specialChar = false, double passwordLength = 8}) String
get random password randomPassword
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited