BmCharacteristicProperties class

Constructors

BmCharacteristicProperties({required bool broadcast, required bool read, required bool writeWithoutResponse, required bool write, required bool notify, required bool indicate, required bool authenticatedSignedWrites, required bool extendedProperties, required bool notifyEncryptionRequired, required bool indicateEncryptionRequired})
BmCharacteristicProperties.fromMap(Map json)
factory

Properties

authenticatedSignedWrites bool
getter/setter pair
broadcast bool
getter/setter pair
extendedProperties bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indicate bool
getter/setter pair
indicateEncryptionRequired bool
getter/setter pair
notify bool
getter/setter pair
notifyEncryptionRequired bool
getter/setter pair
read bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
write bool
getter/setter pair
writeWithoutResponse bool
getter/setter pair

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