onspeechend property

EventHandlerNonNull<Event>? onspeechend

Implementation

EventHandlerNonNull? get onspeechend =>
    js_util.getProperty(this, 'onspeechend');
void onspeechend=(EventHandlerNonNull<Event>? newValue)

Implementation

set onspeechend(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onspeechend', newValue);
}