ResultingPermission class Null safety

Properties

grantedPermissions Map<String, bool>
This map contains each requested permission, and whether it has been granted (true) or not (false).
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
requestCode int
The requestCode used for the initial request.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

isGranted(String permission) bool
Check wheter a certain requested permission has been granted.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited