txPower property

int? get txPower

The original power that the advertisement was broadcast in. This is measured in dBm (decibel-milliwatts).

This can be used to compute the path loss with txPower - rssi.

This value is technically a byte in size, but dart2js doesn't have that type so it is an int here.

Implementation

int? get txPower;