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

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Value of the authorization scope
final

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

Constants

email → const Scope
A scope that includes the user’s email address.
fullName → const Scope
A scope that includes the user’s full name.