readOnly property

bool readOnly

True if the device cannot be written to.

Implementation

bool get readOnly =>
    _object.getBooleanProperty(_blockInterfaceName, 'ReadOnly') ?? false;