返回便于日志输出的设备摘要字符串。
@override String toString() { return 'BluetoothDevice(id: $id, name: $name, type: $type)'; }