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