on property - Element class - dart:html library (original) (raw)
ElementEvents geton
override
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
Implementation
ElementEvents get on => new ElementEvents(this);