Scope class
The kinds of contact information that can be requested from the user.
- Annotations
Constructors
- 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.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override