notifying property
bool
get
notifying
True, if notifications or indications on this characteristic are currently enabled.
Implementation
bool get notifying =>
_object.getBooleanProperty(
_gattCharacteristicInterfaceName, 'Notifying') ??
false;