isTrusted property

bool get isTrusted

When true, the user has explicitly trusted the contents of the workspace.

Implementation

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