FarConfig constructor

FarConfig({
  1. bool? enable,
  2. String? targetName,
  3. String? appName,
  4. String? bundleName,
  5. String? bundleId,
  6. Map<String, dynamic>? bundleIds,
  7. String? copyright,
  8. String? package,
})

Implementation

FarConfig({
  this.enable,
  this.targetName,
  this.appName,
  this.bundleName,
  this.bundleId,
  this.bundleIds,
  this.copyright,
  this.package,
});