ResultingPermission class

Annotations

Properties

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

Methods

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

Operators

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