DiagnosticResult class

진단 결과

Constructors

DiagnosticResult({required List<DiagnosticIssue> issues, required DateTime timestamp, required String platform})
const

Properties

errors List<DiagnosticIssue>
에러만 필터링
no setter
hasErrors bool
에러가 있는지 확인
no setter
hashCode int
The hash code for this object.
no setterinherited
hasWarnings bool
경고가 있는지 확인
no setter
isHealthy bool
모든 검사 통과
no setter
issues List<DiagnosticIssue>
발견된 문제들
final
platform String
플랫폼 정보
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
진단 시간
final
warnings List<DiagnosticIssue>
경고만 필터링
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prettyPrint() String
보기 좋게 출력
toString() String
A string representation of this object.
inherited

Operators

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