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