UnderprotectionError constructor

const UnderprotectionError({
  1. required String message,
  2. required double designCurrent,
  3. required double protectionRating,
})

Implementation

const factory UnderprotectionError(
    {required final String message,
    required final double designCurrent,
    required final double protectionRating}) = _$UnderprotectionErrorImpl;