channels property

num? get channels

Implementation

_i2.num? get channels => _i4.getProperty(
      this,
      'channels',
    );
set channels (num? value)

Implementation

set channels(_i2.num? value) {
  _i4.setProperty(
    this,
    'channels',
    value ?? _i6.undefined,
  );
}