ValidationSummary class
Constructors
-
ValidationSummary.new({required List<
ValidationResult> results, bool isFailed = false, int warningCount = 0, int errorCount = 0})
Properties
- errorCount → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFailed → bool
-
final
-
results
→ List<
ValidationResult> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warningCount → int
-
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