ProtectionDefinition constructor
Implementation
const ProtectionDefinition({
required this.id,
required this.name,
required this.type,
this.ratingAmps = 16.0,
this.poles = 2,
this.curve = "C",
this.sensitivityMa = 30.0,
this.breakingCapacityKa = 6.0,
this.defaultCableSection,
});