IosConfig constructor

const IosConfig({
  1. String cmake = 'cmake',
  2. CmakeGenerator? generator,
  3. String? generatorPath,
  4. String? developerDir,
  5. String? deploymentTarget,
  6. List<String> extraDefines = const [],
})

Implementation

const IosConfig({
  this.cmake = 'cmake',
  this.generator,
  this.generatorPath,
  this.developerDir,
  this.deploymentTarget,
  this.extraDefines = const [],
});