isVideo static method

bool isVideo(
  1. String? mimeType
)

Implementation

static bool isVideo(String? mimeType) =>
    baseTypeVideo == getTopLevelType(mimeType);