PluginInstallStatus constructor
const
PluginInstallStatus({
- required String name,
- required InstallationStatus status,
- String? error,
Implementation
const PluginInstallStatus({
required this.name,
required this.status,
this.error,
});