BleCharacteristicProperties constructor
const
BleCharacteristicProperties({})
Implementation
const BleCharacteristicProperties({
this.broadcast = false,
this.read = false,
this.writeWithoutResponse = false,
this.write = false,
this.notify = false,
this.indicate = false,
this.authenticatedSignedWrites = false,
this.extendedProperties = false,
});