Argument constructor

Argument({
  1. String? packageName,
  2. String? iosPackageName,
  3. String? androidPackageName,
  4. String? appName,
  5. String? icon,
  6. Permission? permission,
})

Implementation

Argument(
    {this.packageName,
    this.iosPackageName,
    this.androidPackageName,
    this.appName,
    this.icon,
    this.permission});