ProtectionDefinition class

Constructors

ProtectionDefinition({required String id, required String name, required ProtectionType type, double ratingAmps = 16.0, int poles = 2, String curve = "C", double sensitivityMa = 30.0, double breakingCapacityKa = 6.0, double? defaultCableSection})
const

Properties

breakingCapacityKa double
final
curve String
final
defaultCableSection double?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
poles int
final
ratingAmps double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitivityMa double
final
type ProtectionType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited