scopeString property
String
get
scopeString
Gets the scopes as a space-separated string
Implementation
String get scopeString => scopes.join(' ');
Gets the scopes as a space-separated string
String get scopeString => scopes.join(' ');