isVideo property

bool isVideo

Checks if string is a video file name.

Implementation

bool get isVideo => GetFile.videoTypes.any(lowercase.endsWith);