isGranted property

bool get isGranted

Whether the required permissions are granted.

Implementation

bool get isGranted => deniedPermissions.isEmpty;