canModify property

bool canModify

True if connections can be added or modified.

Implementation

bool get canModify =>
    _object.getBooleanProperty(_settingsInterfaceName, 'CanModify') ?? false;