Resemble DeviceVendorInfoDictionary into unmodifiable Map model with same keys and values.
Future<Map<String, String>> toMap() async => Map.unmodifiable(Map.fromEntries(await entries.toList()));