ValidationResult class

Result of validation.

Constructors

ValidationResult({required bool isValid, required List<String> errors, required List<String> warnings})
Creates a ValidationResult.
const

Properties

errors List<String>
Hard errors that must be fixed.
final
hashCode int
The hash code for this object.
no setterinherited
isValid bool
Whether validation passed (no errors).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<String>
Soft warnings about coverage or style.
final

Methods

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