isDenied property

Future<bool> isDenied

If the user denied this permission.

Implementation

Future<bool> get isDenied => status.isDenied;