AppInfo constructor
const
AppInfo({})
Implementation
const AppInfo({
required this.name,
required this.icon,
required this.packageName,
required this.versionName,
required this.versionCode,
required this.platformType,
required this.installedTimestamp,
required this.isSystemApp,
required this.isLaunchableApp,
});