List<String> scopes

The list of scopes this authorization has access to.

If the access token used to create this instance has scope, those scopes will be available here. Otherwise, null.

Source

List<String> get scopes => _scopes?.map((s) => s.scopeString)?.toList();