error property

Implementation

SpeechSynthesisErrorCode get error =>
    SpeechSynthesisErrorCode.fromValue(js_util.getProperty(this, 'error'));
void error=(SpeechSynthesisErrorCode newValue)

Implementation

set error(SpeechSynthesisErrorCode newValue) {
  js_util.setProperty(this, 'error', newValue.value);
}