Permission class abstract
A rule that allows or denies a dart_eval Runtime
access to a potentially
sensitive resource, such as the network or file system.
- Implementers
Constructors
Properties
Methods
-
match(
[Object? data]) → bool -
Returns true if the permission allows access to the specified resource.
If the permission is granular, the
data
parameter may be used to specify a specific resource (e.g. a URL for a network permission). -
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.
override