RelaysView constructor

const RelaysView({
  1. required SubsystemsViewModel model,
  2. Key? key,
})

Const constructor for RelaysView

Implementation

const RelaysView({required this.model, super.key});