AppEntry constructor

const AppEntry({
  1. required String appflightAppId,
  2. required String packageName,
  3. required String apkPath,
})

Implementation

const AppEntry({
  required this.appflightAppId,
  required this.packageName,
  required this.apkPath,
});