IsMinimumLengthRule class

Inheritance

Constructors

IsMinimumLengthRule({required String validationError, required int minimum, bool countWhiteSpaces = true})

Properties

countWhiteSpaces bool
final
hashCode int
The hash code for this object.
no setterinherited
minimum int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationError String
the validationError to display when the validation fails
finalinherited

Methods

call(String? value) String?
call is a special function that makes a class callable returns null if the input is valid otherwise it returns the provided error validationError
inherited
check(String? value) bool
checks the input against the given conditions
override
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