PluginActivationPlan constructor
const
PluginActivationPlan({
- required List<
PluginSetupDescriptor> orderedPlugins, - List<
PluginActivationError> errors = const [], - int totalSteps = 0,
Implementation
const PluginActivationPlan({
required this.orderedPlugins,
this.errors = const [],
this.totalSteps = 0,
});