isWellKnownType static method

bool isWellKnownType(
  1. String? mimeType
)

Implementation

static bool isWellKnownType(String? mimeType) {
  return MIME_TYPES.containsKey(mimeType);
}