isAPK property
bool
get
isAPK
Determines whether a given string represents an APK file.
Implementation
bool get isAPK {
return toLowerCase().endsWith('.apk');
}
Determines whether a given string represents an APK file.
bool get isAPK {
return toLowerCase().endsWith('.apk');
}