CompatibilityResult constructor
CompatibilityResult({})
Implementation
CompatibilityResult({
required this.isCompatible,
required this.packageName,
this.version,
this.conflicts = const [],
this.warnings = const [],
this.errorMessage,
});