totalAudioEnergy property
num?
get
totalAudioEnergy
Implementation
_i2.num? get totalAudioEnergy => _i4.getProperty(
this,
'totalAudioEnergy',
);
set
totalAudioEnergy
(num? value)
Implementation
set totalAudioEnergy(_i2.num? value) {
_i4.setProperty(
this,
'totalAudioEnergy',
value ?? _i6.undefined,
);
}