value property

List<int> value

Cached value of this descriptor, updated when readValue is called.

Implementation

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