state property

AudioContextState get state

Implementation

_i3.AudioContextState get state =>
    _i3.AudioContextStateOptions.values.byName(_i4.getProperty(
      this,
      'state',
    ));