isApk method

bool isApk()

APK regex

Implementation

bool isApk() => RegVal.hasMatch(
      this,
      RegexPattern.apk,
    );