AppInfo constructor
AppInfo({})
Implementation
AppInfo({
required this.appName,
required this.appPackage,
required this.appIcon,
required this.description,
required this.isLaunchable,
required this.isSystemApp,
required this.versionCode,
required this.versionName,
});