menu
electrician_app
features/diagram/domain/entities/calculation_result.dart
CalculationResult
activePower property
activePower
dark_mode
light_mode
description
activePower
property
double
get
activePower
inherited
Potencia activa (P) en Watts
Implementation
double get activePower => throw _privateConstructorUsedError;
electrician_app
calculation_result
CalculationResult
activePower property
CalculationResult class