isTrusted property

bool isTrusted

Returns true if event was dispatched by the user agent, and false otherwise.

MDN Reference

Implementation

_i2.bool get isTrusted => _i4.getProperty(
      this,
      'isTrusted',
    );