Between constructor
Creates an instance of the Between validation rule.
Parameters:
min: The minimum value of the range (inclusive).max: The maximum value of the range (inclusive).
Implementation
Between(this.min, this.max) : super.withKey(key);