isChm property
bool
get
isChm
Checks if string is an chm file.
Implementation
bool get isChm => toLowerCase().endsWith(".chm");
Checks if string is an chm file.
bool get isChm => toLowerCase().endsWith(".chm");