scope property
String
get
scope
Identifies authorized actions that the authorized entity can take. E.g.
for sending GCM messages, GCM
scope should be used.
Implementation
String get scope => _wrapped.scope;
set
scope
(String v)
Implementation
set scope(String v) {
_wrapped.scope = v;
}