AndroidAppInfo constructor
const
AndroidAppInfo({})
Model for app information. All fields are required. Matches fields found at https://developer.android.com/reference/android/content/pm/ApplicationInfo#fields
Implementation
const AndroidAppInfo({
required this.packageName,
required this.displayName,
required this.categoryName,
required this.category,
required this.iconBytes,
});