value property

List<int> value

Cached value of this characteristic, updated when readValue is called or in a notification session triggered by startNotify.

Implementation

List<int> get value =>
    _object.getByteArrayProperty(_gattCharacteristicInterfaceName, 'Value') ??
    [];