ConfigValidationWarning class
A configuration validation warning.
Constructors
- ConfigValidationWarning({required String field, required String message, String? suggestion})
-
const
Properties
- field → String
-
The configuration field with a potential issue.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Human-readable warning message.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestion → String?
-
Suggestion on how to improve.
final
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