SldValidationIssue class final
An issue encountered during model validation.
Constructors
- SldValidationIssue({required SldIssueSeverity severity, required String code, required String message, String? location})
-
const
Properties
- code → String
-
Machine-readable issue code (e.g.
"invalid-opacity").finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- location → String?
-
Context-dependent location string. See class documentation.
finalinherited
- message → String
-
Human-readable description.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity → SldIssueSeverity
-
Severity of this issue.
finalinherited
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