Returns the value associated with the given key from the custom tags.
key
If the key is not found in the custom tags, returns null.
String? valueForKey(String key) { return customTags[key]; }