type property

String type

Returns the type of event, e.g. "click", "hashchange", or "submit".

MDN Reference

Implementation

_i2.String get type => _i4.getProperty(
      this,
      'type',
    );