HealthPage constructor

const HealthPage({
  1. Key? key,
  2. ElectricalNode? root,
  3. InstallationHealth? health,
  4. List<Insight>? insights,
})

Implementation

const HealthPage({
  super.key,
  this.root,
  this.health,
  this.insights,
});