LoRegExpValidator class
- Implemented types
Constructors
- LoRegExpValidator(String pattern, [String message = 'Invalid format'])
- LoRegExpValidator.email([String message = 'Invalid email'])
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
String? value) → String? -
Returns
String
containing the error message ifvalue
is invalid. ornull
whenvalue
is valid.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited