scopeString property

String get scopeString

Gets the scopes as a space-separated string

Implementation

String get scopeString => scopes.join(' ');