ConnectivityDatum.fromJson constructor

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

Implementation

factory ConnectivityDatum.fromJson(Map<String, dynamic> json) =>
    _$ConnectivityDatumFromJson(json);