Insight class

Representa un insight accionable generado desde errores de validación o fallos de verificación (teoría vs realidad).

Constructors

Insight({required String id, required InsightType type, required String title, required ElectricalNode node, required String description, required String suggestion, String? action, required InsightPriority priority})
const

Properties

action String?
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
node ElectricalNode
final
priority InsightPriority
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestion String
final
title String
final
type InsightType
final

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