Min constructor
Min(
- num number
Creates an instance of the Min validation rule with a specified number.
Parameters:
number: The minimum length required for the value.
Implementation
Min(this.number) : super.withKey(key);