Aggregate constructor
const
Aggregate({})
Implementation
const Aggregate({
required this.connectorsFree,
required this.connectorsTotal,
required this.isActive,
required this.isBusy,
required this.power
});
const Aggregate({
required this.connectorsFree,
required this.connectorsTotal,
required this.isActive,
required this.isBusy,
required this.power
});