GreaterThanOrEqualValidator class
Checks if the value being tested is greater than or equal to value.
Supported types: All values implementing the >=
operator.
- Inheritance
- Object
- ConstraintValidator
- GreaterThanOrEqualValidator
- Implementers
Constructors
- GreaterThanOrEqualValidator({@required dynamic value })
Properties
- message ↔ Function
-
read / write, override-getter
- value → dynamic
-
final
- allowNull ↔ bool
-
null
is allowed by default for every ConstraintValidator. [...]read / write, inherited - argumentValues ↔ List
-
read / write, inherited
- defaultArgumentValues ↔ List
-
read / write, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
isValid(
dynamic value, ValueContext context) → bool -
override
-
initialize(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
resetArgumentValues(
) → void -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
validate(
dynamic value, [ ValueContext context ]) → bool -
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited