isApk property

bool get isApk

Checks if the string is a valid APK file URL.

Implementation

bool get isApk => hasMatch(Patterns.apk);