notifyAcquired property
bool
get
notifyAcquired
True if if this characteristic has been acquired by any client using acquireNotify.
Implementation
bool get notifyAcquired =>
_object.getBooleanProperty(
_gattCharacteristicInterfaceName, 'NotifyAcquired') ??
false;