LowPowerFactorWarning constructor

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

Implementation

const factory LowPowerFactorWarning(
    {required final String message,
    required final double powerFactor}) = _$LowPowerFactorWarningImpl;