Returns true if the mediaType has the given top-level type.
true
bool hasTopLevelMediaType(String topLevelType) => mediaType?.startsWith('$topLevelType/') ?? false;