Returns whether this media type and other are the same, ignoring parameters that are not in both media types.
other
bool matchesFromName(String? other) => matches(other?.let((it) => parse(it)));