PluginSetupDescriptor constructor
const
PluginSetupDescriptor({})
Implementation
const PluginSetupDescriptor({
required this.pluginId,
required this.displayName,
this.steps = const [],
this.providerIds = const [],
this.cliBackendIds = const [],
this.dependsOn = const [],
this.hotReloadable = false,
});