Constructor for the AppInfo class.
const AppInfo({ required this.appName, required this.packageName, required this.isSystemApp, this.icon, });