toJoule property

Energy get toJoule

Combine all Energy in Iterable to Energy$Joule

Implementation

Energy get toJoule => combineTo(
      const Energy$Joule(),
    );