properties property

Get Properties from known services

Implementation

CharacteristicProperties get properties {
  return _bmchr != null ? CharacteristicProperties.fromProto(_bmchr!.properties) : CharacteristicProperties();
}