isGranted property

bool get isGranted

Whether the permission status allows resource access (either granted or limited).

Implementation

bool get isGranted => this == BloomPermissionStatus.granted || this == BloomPermissionStatus.limited;