WifiDatum.fromJson constructor

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

Implementation

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