error property

Implementation

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