HealthPage constructor
- Key? key,
- ElectricalNode? root,
- InstallationHealth? health,
- List<
Insight> ? insights,
Implementation
const HealthPage({
super.key,
this.root,
this.health,
this.insights,
});
const HealthPage({
super.key,
this.root,
this.health,
this.insights,
});