MinValue constructor
Creates a new instance of the MinValue validation rule.
min
: The minimum required numeric value (required).message
: A custom validation message (optional) to be displayed when the validation fails.
Implementation
MinValue(this.min, {String? message}) : super(message);