label property
Implementation
String get label {
switch (this) {
case CableInsulation.pvc:
return 'PVC';
case CableInsulation.xlpe:
return 'XLPE';
case CableInsulation.z1:
return 'Z1 (Libre de Halógenos)';
}
}
String get label {
switch (this) {
case CableInsulation.pvc:
return 'PVC';
case CableInsulation.xlpe:
return 'XLPE';
case CableInsulation.z1:
return 'Z1 (Libre de Halógenos)';
}
}