energyUnit property

  1. @Deprecated('Use getUnit instead')
Unit energyUnit

Typical Unit for Energy (probably Unit.KJ)

Implementation

@Deprecated('Use getUnit instead')
Unit get energyUnit => Unit.KJ;
  1. @Deprecated('Forget that confusing feature')
void energyUnit=(Unit? unit)

Implementation

@Deprecated('Forget that confusing feature')
set energyUnit(final Unit? unit) {}