type property
String
get
type
Returns the type of event, e.g. "click", "hashchange", or "submit".
Implementation
_i2.String get type => _i4.getProperty(
this,
'type',
);
Returns the type of event, e.g. "click", "hashchange", or "submit".
_i2.String get type => _i4.getProperty(
this,
'type',
);