MacOSConfig constructor

const MacOSConfig({
  1. bool generate = false,
  2. String? imagePath,
})

Creates a instance of MacOSConfig

Implementation

const MacOSConfig({
  this.generate = false,
  this.imagePath,
});