blocked property

bool blocked

True if connections from this device will be ignored.

Implementation

bool get blocked =>
    _object.getBooleanProperty(_deviceInterfaceName, 'Blocked') ?? false;