PermissionName constructor
const
PermissionName(
- String value
Creates a permission name from a raw string value.
Prefer the predefined constants when possible.
Implementation
const PermissionName(this.value);