GreaterThanOrEqual constructor

GreaterThanOrEqual(
  1. num number
)

Creates an instance of the GreaterThanOrEqual validation rule.

Parameters:

  • number: The number that the value should be greater than or equal to.

Implementation

GreaterThanOrEqual(this.number) : super.withKey(key);