BluetoothDevice.fromJson constructor

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

Implementation

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