LayerXBlameInfo class

The result of a blame analysis: who most likely owns a failure and what QA should write in the bug report.

Constructors

LayerXBlameInfo({required String responsibleParty, required String explanation, required String qaNote, required Color color, required IconData icon})
Creates a blame result.

Properties

color Color
The accent color used when rendering the blame card.
final
explanation String
A human-readable explanation of why this party is implicated.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
The icon used when rendering the blame card.
final
qaNote String
A short, actionable note for QA to include in the bug report.
final
responsibleParty String
The team or layer most likely responsible (e.g. backend, network, app).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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