PermissionState constructor

const PermissionState(
  1. String value
)

Creates a state from a raw string value.

Prefer the predefined constants when possible. Use this constructor for values not yet covered by this library.

Implementation

const PermissionState(this.value);