menu
flutter_bluetooth_plugin package
documentation
flutter_bluetooth_plugin_models.dart
BluetoothGattCharacteristic
canRead property
canRead property
dark_mode
light_mode
canRead
property
bool
get
canRead
是否支持读取。
Implementation
bool get canRead => properties.contains('read');
flutter_bluetooth_plugin package
documentation
flutter_bluetooth_plugin_models
BluetoothGattCharacteristic
canRead property
BluetoothGattCharacteristic class