factory EspBluetoothDevice.fromJson(Map<String, dynamic> json) { return EspBluetoothDevice( name: json['name'], serviceUuid: json['service_uuid'], ); }