DiagnosticIssue class
진단 결과 항목
Constructors
- DiagnosticIssue({AuthProvider? provider, required DiagnosticSeverity severity, required String message, String? solution, String? docUrl})
-
const
Properties
- docUrl → String?
-
관련 문서 링크
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
문제 설명
final
- provider → AuthProvider?
-
Provider
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity → DiagnosticSeverity
-
심각도
final
- solution → String?
-
해결 방법
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