Permission constructor

const Permission(
  1. String key
)

Creates a Permission from a raw key string.

Implementation

const Permission(this.key);