descriptors property

List<BlueZGattDescriptor> get descriptors

The Gatt descriptors provided by this characteristic.

Implementation

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