ValidationWarning.lowPowerFactor constructor

const ValidationWarning.lowPowerFactor({
  1. required String message,
  2. required double powerFactor,
})

Implementation

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