totalAudioEnergy property

double totalAudioEnergy

Implementation

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

Implementation

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