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