onspeechend property
EventHandlerNonNull<Event> ?
get
onspeechend
Implementation
EventHandlerNonNull? get onspeechend =>
js_util.getProperty(this, 'onspeechend');
set
onspeechend
(EventHandlerNonNull<Event> ? newValue)
Implementation
set onspeechend(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'onspeechend', newValue);
}