InstallationInfo constructor
InstallationInfo({
- required InstallationSource source,
- String? gitUrl,
- String? gitRef,
- String? version,
Implementation
InstallationInfo({
required this.source,
this.gitUrl,
this.gitRef,
this.version,
});