isDenied property

bool get isDenied

Whether any of the permissions are denied.

Implementation

bool get isDenied => deniedPermissions.isNotEmpty;