PermissionName constructor

const PermissionName(
  1. String value
)

Creates a permission name from a raw string value.

Prefer the predefined constants when possible.

Implementation

const PermissionName(this.value);