Scope.rawValue constructor
const
Scope.rawValue(
- 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);