isAPK property

bool get isAPK

Determines whether a given string represents an APK file.

Implementation

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