ClassConstraintValidator<ValueType> class
- Inheritance
- Object
- ConstraintValidator<
PropertyMap< ValueType> > - ClassConstraintValidator
- Implementers
Constructors
- ClassConstraintValidator(List argumentValues)
Properties
-
affectedFields
↔ List<
String> -
Tracks the fields affected by this class level validator. [...]
read / write
- 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
- message ↔ Function
-
For class level constraint validators the message
function defaults to
null
;read / write, override-getter - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
initialize(
) → void -
inherited
-
isValid(
PropertyMap< ValueType> value, ValueContext context) → bool -
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(
PropertyMap< ValueType> value, [ValueContext context]) → bool -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited