matches abstract method

bool matches(
  1. String input
)

Checks if the input string matches this permission's key or common aliases.

Implementation

bool matches(String input);