isAPKFilename property

bool get isAPKFilename

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

Implementation

bool get isAPKFilename {
  return toLowerCase().endsWith(".apk");
}