Decodes a single character entity, returns the decoded entity or null if the input is invalid.
null
@override String? decodeEntity(String input) => null;