hasScope method

bool hasScope(
  1. String scope
)

Check if context has specific scope

Implementation

bool hasScope(String scope) => scopes.contains(scope);