scopePrecedence top-level constant

Map<PluginScope, int> const scopePrecedence

Scope precedence map for override resolution.

Implementation

const Map<PluginScope, int> scopePrecedence = {
  PluginScope.user: 0,
  PluginScope.project: 1,
  PluginScope.local: 2,
};