any constant Null safety
Signifies 'any' scope in AuthServerDelegate.getAllowedScopes.
See AuthServerDelegate.getAllowedScopes for more details.
Implementation
static const List<AuthScope> any = [
AuthScope._("_scope:_constant:_marker", [], null)
];