AppInfo constructor

AppInfo(
  1. String name,
  2. Uint8List icon,
  3. String packageName,
  4. String versionName,
  5. int versionCode
)

Implementation

AppInfo(
  this.name,
  this.icon,
  this.packageName,
  this.versionName,
  this.versionCode,
);