Energy constructor

Energy(
  1. double value,
  2. Unit unit
)

Implementation

Energy(super.value, super.unit);