isAPK property

bool get isAPK

Checks if string is an apk file.

Implementation

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