isWildcard property
bool
get
isWildcard
Whether this is a wildcard permission (action is '*').
Implementation
bool get isWildcard => key.endsWith(':*');
Whether this is a wildcard permission (action is '*').
bool get isWildcard => key.endsWith(':*');