RSSI constructor

RSSI([
  1. void updates(
    1. RSSIBuilder b
    )?
])

Implementation

factory RSSI([void Function(RSSIBuilder b)? updates]) = _$RSSI;