PasswordCheckitErrors class

Inheritance

Constructors

PasswordCheckitErrors.new()
const

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

hasDigit() → dynamic
override
hasLetter() → dynamic
override
hasLowercase() → dynamic
override
hasSpecial(String allowedChars) → dynamic
override
hasSymbols(String symbols) → dynamic
override
hasUppercase() → dynamic
override
noRepeats() → dynamic
override
noSpace() → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
simple() → dynamic
override
strong() → dynamic
override
toString() String
A string representation of this object.
inherited
typical() → dynamic
override

Operators

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