AlphaDash constructor
AlphaDash({
- String? message,
Creates a new instance of the AlphaDash validation rule.
message
: A custom validation message (optional) to be displayed when the validation fails.
Implementation
AlphaDash({String? message}) : super(message);