isWildcard property

bool get isWildcard

Whether this is a wildcard permission (action is '*').

Implementation

bool get isWildcard => key.endsWith(':*');