isAPK property

bool get isAPK

Checks if string is an apk file.

Implementation

bool get isAPK => toLowerCase().endsWith(".apk");