isChmFileName property

bool get isChmFileName

检查字符串是否为Chm文件名。

Implementation

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