An object that provides further information about a remote peripheral’s characteristic.
- Inheritance
-
- Object
- GATTAttribute
- GATTDescriptor
Constructors
- GATTDescriptor({required UUID uuid})
- Constructs a GATTDescriptor.
- GATTDescriptor.immutable({required UUID uuid, required Uint8List value})
-
Creates a immutable descriptor with a specified value.
factory
-
GATTDescriptor.mutable({required UUID uuid, required List<
GATTCharacteristicPermission> permissions}) -
Creates a mutable descriptor.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited