message property

  1. @override
String get message
override

Gets the error message associated with the AlphaNumeric rule.

Implementation

@override
String get message => FV.alphaNum;
set message (String _message)
inherited

The error message template for validation failures.

Implementation

String message = FV.regex;