message property
Gets the error message associated with the Between rule.
Implementation
@override
String get message => FV.between;
The error message template for validation failures.
Implementation
String message = FV.regex;
Gets the error message associated with the Between rule.
@override
String get message => FV.between;
The error message template for validation failures.
String message = FV.regex;