Tests whether the object has tags matching this field. The purpose is to check whether the field has a non-empty value.
bool hasRelevantKey(Map<String, String> tags) => tags.containsKey(key);