ValidationWarning.lowPowerFactor constructor
Implementation
const factory ValidationWarning.lowPowerFactor({
required String message,
required double powerFactor,
}) = LowPowerFactorWarning;
const factory ValidationWarning.lowPowerFactor({
required String message,
required double powerFactor,
}) = LowPowerFactorWarning;