isTrusted property
bool
get
isTrusted
Returns true if event was dispatched by the user agent, and false otherwise.
Implementation
_i2.bool get isTrusted => _i4.getProperty(
this,
'isTrusted',
);