isAPKFileName property

bool isAPKFileName

Is this String is an APK file?

Implementation

bool get isAPKFileName => GetUtils.isAPK(this);