InstalledAppInfo constructor

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

Implementation

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