allows abstract method

bool allows(
  1. dynamic operation
)

Checks if this permission allows the given operation.

Implementation

bool allows(dynamic operation);