hasAndroid property
bool
get
hasAndroid
Checks if the set contains any Android permissions.
Implementation
bool get hasAndroid => any((entry) => entry is AndroidPermissionDef);
Checks if the set contains any Android permissions.
bool get hasAndroid => any((entry) => entry is AndroidPermissionDef);