ConditionsHelper class

This class helps to recognize user selected condition and check them

Properties

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

Methods

checkCondition(int userRequestedValue, Function validator, TextEditingController controller, String key, dynamic oldValue) → dynamic
Checks condition new value and passed validator, sets that in map and return new value;
getter() Map<String, bool>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSelectedCondition(int minLength, dynamic normalCharCount, dynamic uppercaseCharCount, dynamic lowercaseCharCount, dynamic numericCharCount, dynamic specialCharCount) → void
Recognize user selected condition from widget constructor to put them on map with their value
toString() String
A string representation of this object.
inherited

Operators

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