ValidationContext class

Information about a validation being performed.

Constructors

ValidationContext()

Properties

errors List<String>
Errors that have occurred in this context.
getter/setter pair
event Validating?
Whether this validation is occurring during update or insert.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isValid bool
Whether this validation context passed all validations.
no setter
property ManagedPropertyDescription?
The property being validated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ↔ dynamic
State associated with the validator being run.
getter/setter pair

Methods

addError(String reason) → void
Adds a validation error to the context.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited