from json map
static fromJson(Map<String, dynamic> json) { return BluetoothDevice( deviceId: json["device_id"], deviceName: json["device_name"]); }