Used to map HTML entities to characters.
final htmlUnescapes = { '&': '&', '<': '<', '>': '>', '"': '"', ''': "'" };