ExtendedRSSI constructor

ExtendedRSSI([
  1. void updates(
    1. ExtendedRSSIBuilder b
    )?
])

Implementation

factory ExtendedRSSI([void Function(ExtendedRSSIBuilder b)? updates]) =
    _$ExtendedRSSI;