Scope.rawValue constructor

const Scope.rawValue(
  1. String value
)

Creates a scope from the given string. Typically you use one of the predefined scopes, like email, instead of initializing one from a string.

Implementation

const Scope.rawValue(this.value);