rssi property
int
get
rssi
Implementation
int get rssi => js_util.getProperty(this, 'rssi');
set
rssi
(int newValue)
Implementation
set rssi(int newValue) {
js_util.setProperty(this, 'rssi', newValue);
}