const
LoadNode({ - required String id,
- required String name,
- ElectricalState state,
- ConductorAttributes? inputCable,
- double powerWatts,
- double cosPhi,
- LoadType type,
- bool isThreePhase,
- CalculationResult? result,
- MeasurementState? lastMeasurement,
- AssetMetadata assetMetadata,
- CatalogMetadata? cableCatalogData,
})
Implementation
const factory LoadNode(
{required final String id,
required final String name,
final ElectricalState state,
final ConductorAttributes? inputCable,
final double powerWatts,
final double cosPhi,
final LoadType type,
final bool isThreePhase,
final CalculationResult? result,
final MeasurementState? lastMeasurement,
final AssetMetadata assetMetadata,
final CatalogMetadata? cableCatalogData}) = _$LoadNodeImpl;