onInvalid property - Window class - dart:html library (original) (raw)

description

Stream<Event> getonInvalid

override

Stream of invalid events handled by this Window.

Implementation

Stream<Event> get onInvalid => Element.invalidEvent.forTarget(this);