message property

  1. @override
String get message
override

Gets the error message associated with the StartsWith rule.

Implementation

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

The error message template for validation failures.

Implementation

String message = FV.regex;