ValidatorLengthRange class
Constructors
- ValidatorLengthRange({required int min, required int max, required String label})
Properties
Methods
-
call(
String? val) → String? -
inherited
-
isValid(
String? val) → bool -
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