descriptors property

List<BlueZGattDescriptor> descriptors

The Gatt descriptors provided by this characteristic.

Implementation

List<BlueZGattDescriptor> get descriptors =>
    _client._getGattDescriptors(_object.path);