AppInfo constructor

AppInfo(
  1. String name,
  2. Uint8List icon,
  3. String packageName,
  4. bool isSystemApp,
  5. ProfileType profile,
  6. int serialNumber,
)

Constructor for the AppInfo class.

Implementation

AppInfo(this.name, this.icon, this.packageName, this.isSystemApp,
    this.profile, this.serialNumber);