isWMVFile property

bool isWMVFile

Checks if string is a wmv file name.

Implementation

bool get isWMVFile => lowercase.endsWith("wmv");