isWPSFileName property

bool get isWPSFileName

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

Implementation

bool get isWPSFileName {
  return toLowerCase().endsWith(".wps");
}