Returns whether this media type matches any of the others media types.
others
bool matchesAnyFromName(Iterable<String> others) => others.any((it) => matchesFromName(it));