BluetoothDatum.fromJson constructor

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

Implementation

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