DecimalMaxValidator class
Check that the value being validated represents a Decimal number. and has a value less than or equal to the maximum value specified.
- Inheritance
- Object
- ConstraintValidator
- DecimalMaxValidator
Constructors
- DecimalMaxValidator({@required String value, bool inclusive: false})
Properties
- 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
- inclusive → bool
-
final
- message ↔ Function
-
read / write, override-getter
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- value → String
-
final
Methods
-
initialize(
) → void -
inherited
-
isValid(
dynamic value, ValueContext context) → bool -
override
-
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 ==(
Object other) → bool -
The equality operator. [...]
inherited