IsGreaterThan.withPropertyAndValue constructor
IsGreaterThan.withPropertyAndValue(
- PropertyDefinitionBase propertyDefinition,
- Object value
Implementation
IsGreaterThan.withPropertyAndValue(
PropertyDefinitionBase propertyDefinition, Object value)
: super.withPropertyAndValue(propertyDefinition, value) {}