trusted property

bool trusted

True if the remote is seen as trusted.

Implementation

bool get trusted =>
    _object.getBooleanProperty(_deviceInterfaceName, 'Trusted') ?? false;