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