isDenied property

bool isDenied

If the user denied access to the requested feature, permission needs to be asked first.

Implementation

bool get isDenied => this == PermissionStatus.denied;