isChm property

bool get isChm

Checks if string is an chm file.

Implementation

bool get isChm {
  return _string.toLowerCase().endsWith(".chm");
}