InstallationResult constructor
InstallationResult({})
Implementation
InstallationResult({
required this.installSuccessful,
required this.packageName,
this.version,
this.warnings = const [],
this.errorMessage,
this.resolvedVersions = const {},
});