state property

Implementation

AudioContextState get state =>
    AudioContextState.fromValue(js_util.getProperty(this, 'state'));