ValidationContext class Null safety
Information about a validation being performed.
Constructors
Properties
-
errors
↔ List<
String> -
Errors that have occurred in this context.
read / write
- event ↔ Validating?
-
Whether this validation is occurring during update or insert.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isValid → bool
-
Whether this validation context passed all validations.
read-only
- property ↔ ManagedPropertyDescription?
-
The property being validated.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state ↔ dynamic
-
State associated with the validator being run.
read / write
Methods
-
addError(
String reason) → void - Adds a validation error to the context.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited