hasIos property

bool get hasIos

Checks if the set contains any iOS permissions.

Implementation

bool get hasIos => any((entry) => entry is IosPermissionDef);