totalAudioEnergy property

double get totalAudioEnergy

Implementation

double get totalAudioEnergy => js_util.getProperty(this, 'totalAudioEnergy');
set totalAudioEnergy (double newValue)

Implementation

set totalAudioEnergy(double newValue) {
  js_util.setProperty(this, 'totalAudioEnergy', newValue);
}