FieldBlocValidators class

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

confirmPassword(TextFieldBloc passwordTextFieldBloc) Validator<String?>
Check if the value of the current TextFieldBloc is equals to passwordTextFieldBloc.value.
email(String? string) String?
Check if the string is an email if string is not null and not empty.
passwordMin6Chars(String? string) String?
Check if the string has min 6 chars if string is not null and not empty.
required(dynamic value) String?
Check if the value is is not null, not empty or false.