RSSIBuilder.fromJson constructor

RSSIBuilder.fromJson(
  1. Map<String, dynamic> json
)

Implementation

RSSIBuilder.fromJson(core.Map<String, dynamic> json) {
  var v = _$RSSI.fromJson(json);
  replace(v);
}