AppInfo constructor
AppInfo({})
Implementation
AppInfo({
required this.name,
required this.icon,
required this.packageName,
required this.versionName,
required this.versionCode,
required this.builtWith,
required this.installedTimestamp,
});