validInstallableScopes top-level constant

List<PluginScope> const validInstallableScopes

Valid installable scopes (excludes 'managed' which can only come from managed-settings.json).

Implementation

const validInstallableScopes = <PluginScope>[
  PluginScope.user,
  PluginScope.project,
  PluginScope.local,
];