AppEntry.fromJson constructor
Implementation
factory AppEntry.fromJson(Map<String, dynamic> json) => AppEntry(
appflightAppId: json['appflightAppId'] as String,
packageName: json['packageName'] as String,
apkPath: json['apkPath'] as String,
);