isChm property

bool get isChm

Checks if string is an chm file.

Implementation

bool get isChm => toLowerCase().endsWith(".chm");