isAPKFileName property
bool
get
isAPKFileName
Is this String is an APK file?
Implementation
bool get isAPKFileName => GetUtils.isAPK(this);
Is this String is an APK file?
bool get isAPKFileName => GetUtils.isAPK(this);