MobileDeviceApplications constructor

MobileDeviceApplications({
  1. String? displayName,
  2. String? packageName,
  3. List<String>? permission,
  4. int? versionCode,
  5. String? versionName,
})

Implementation

MobileDeviceApplications({
  this.displayName,
  this.packageName,
  this.permission,
  this.versionCode,
  this.versionName,
});