toWattHour property

Energy toWattHour

Combine all Energy in Iterable to Energy$WattHour

Implementation

Energy get toWattHour => combineTo(
      const Energy$WattHour(),
    );