ValidationResult class

Result of a validation operation

Constructors

ValidationResult({required bool isValid, required List<String> issues})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNoIssues bool
Returns true if there are no validation issues
no setter
issues List<String>
final
issuesText String
Returns a formatted string of all issues
no setter
isValid bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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